zsh: fixed annoying post-init output thing
This commit is contained in:
parent
4c336ce34b
commit
883cadce78
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -90,11 +90,11 @@
|
||||||
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
|
command -v lsd > /dev/null && alias ls=lsd
|
||||||
|
|
||||||
# <<<
|
# <<<
|
||||||
## Mini short-hand scripts (ex: la = ls -a) >>>
|
## Mini short-hand scripts (ex: la = ls -a) >>>
|
||||||
|
|
Loading…
Add table
Reference in a new issue