zsh: updated aliases

This commit is contained in:
PowerUser64 2021-10-07 20:32:02 -07:00
parent a82459c1d6
commit 23476f8c40

6
.zshrc
View file

@ -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'
# <<<
}
# <<<