zsh: lsd is the default if it's installed now

This commit is contained in:
PowerUser64 2021-10-07 20:59:41 -07:00
parent 23476f8c40
commit 674b16cdee

4
.zshrc
View file

@ -90,10 +90,12 @@
diff="diff --color=auto" \
ccat="highlight --out-format=ansi" \
pacman="pacman --color=auto" \
paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --skipreview" \
paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --skipreview"
alias lsd="lsd --group-dirs=first"
command -v lsd && alias ls=lsd
# <<<
## Mini short-hand scripts (ex: la = ls -a) >>>
# dotfile management