zsh: fixes problem with lsd command check
This commit is contained in:
parent
34f28a168c
commit
23258b688f
1 changed files with 3 additions and 3 deletions
6
.zshrc
6
.zshrc
|
@ -92,9 +92,9 @@
|
|||
pacman="pacman --color=auto" \
|
||||
paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --skipreview" \
|
||||
|
||||
alias lsd="lsd --group-dirs=first"
|
||||
|
||||
command -v lsd > /dev/null && alias ls=lsd
|
||||
command -v lsd > /dev/null && alias \
|
||||
ls=lsd \
|
||||
lsd="lsd --group-dirs=first" \
|
||||
|
||||
# <<<
|
||||
## Mini short-hand scripts (ex: la = ls -a) >>>
|
||||
|
|
Loading…
Add table
Reference in a new issue