diff --git a/.zshc/aliases.zsh b/.zshc/aliases.zsh index 96f4294..05e1189 100755 --- a/.zshc/aliases.zsh +++ b/.zshc/aliases.zsh @@ -17,6 +17,7 @@ alias uf="uwufetch" 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 htop="btop" alias clip="xsel -ib" alias driver="nvidia-smi"