zsh: updated aliases
This commit is contained in:
parent
a82459c1d6
commit
23476f8c40
1 changed files with 5 additions and 1 deletions
6
.zshrc
6
.zshrc
|
@ -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'
|
||||
|
||||
# <<<
|
||||
}
|
||||
# <<<
|
||||
|
|
Loading…
Add table
Reference in a new issue