added lazydocker alias
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
5099feb2d0
commit
c664a1134e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue