cswimr/home
Archived
Template
1
0
Fork 0

added lazygit alias (lg)

This commit is contained in:
Seaswimmer 2024-07-21 19:47:44 -04:00
parent 94a0343401
commit 62001efd50

View file

@ -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"