mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Adding new alias.
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -138,7 +138,8 @@ alias lt='exa -aT --color=always --group-directories-first' # tree listing
|
||||
alias l.='exa -a | egrep "^\."'
|
||||
|
||||
# pacman and yay
|
||||
alias pacsyu='sudo pacman -Syyu' # update only standard pkgs
|
||||
alias pacsyu='sudo pacman -Syu' # update only standard pkgs
|
||||
alias pacsyyu='sudo pacman -Syyu' # Refresh pkglist & update standard pkgs
|
||||
alias yaysua='yay -Sua --noconfirm' # update only AUR pkgs (yay)
|
||||
alias yaysyu='yay -Syu --noconfirm' # update standard pkgs and AUR pkgs (yay)
|
||||
alias parsua='paru -Sua --noconfirm' # update only AUR pkgs (paru)
|
||||
|
||||
Reference in New Issue
Block a user