diff --git a/.zshrc b/.zshrc index fdad16d..51b3729 100644 --- a/.zshrc +++ b/.zshrc @@ -91,6 +91,9 @@ ccat="highlight --out-format=ansi" \ pacman="pacman --color=auto" \ paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --skipreview" \ + + alias lsd="lsd --group-dirs=first" + # <<< ## Mini short-hand scripts (ex: la = ls -a) >>> # dotfile management @@ -148,7 +151,8 @@ lla='ls -lah' \ # find pretty much any file, quickly - alias fds='fd --hidden --exclude /run' + alias fds='fd --no-exclude --hidden --exclude /run' + # <<< } # <<<