diff --git a/.zshc/aliases.zsh b/.zshc/aliases.zsh index 53c2e9d..4f73191 100755 --- a/.zshc/aliases.zsh +++ b/.zshc/aliases.zsh @@ -18,6 +18,7 @@ alias aur="yay" # this lists packages installed with pacman by size in mebibytes alias pacsize="pacman -Qi | egrep '^(Name|Installed)' | cut -f2 -d':' | paste - - | column -t | sort -nrk 2 | grep MiB | less" alias lg="lazygit" +alias lad="lazydocker" alias htop="btop" alias clip="xsel -ib" alias driver="nvidia-smi"