zsh: lsd is the default if it's installed now
This commit is contained in:
parent
23476f8c40
commit
674b16cdee
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -90,10 +90,12 @@
|
||||||
diff="diff --color=auto" \
|
diff="diff --color=auto" \
|
||||||
ccat="highlight --out-format=ansi" \
|
ccat="highlight --out-format=ansi" \
|
||||||
pacman="pacman --color=auto" \
|
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"
|
alias lsd="lsd --group-dirs=first"
|
||||||
|
|
||||||
|
command -v lsd && alias ls=lsd
|
||||||
|
|
||||||
# <<<
|
# <<<
|
||||||
## Mini short-hand scripts (ex: la = ls -a) >>>
|
## Mini short-hand scripts (ex: la = ls -a) >>>
|
||||||
# dotfile management
|
# dotfile management
|
||||||
|
|
Loading…
Add table
Reference in a new issue