add alias

This commit is contained in:
Alexander Popov 2021-08-08 10:02:23 +03:00
parent 628b4360f0
commit 5b3952f8cd
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286

View File

@ -10,6 +10,9 @@ alias ls='ls --color=auto'
alias df='df -h'
alias du='du -h'
alias tardir='tar -czf "../${PWD##*/}.tar.gz"' # tar.gz current dir
alias pacman-orphaned='pacman -Rns $(pacman -Qtdq)' # delete orphaned packages (Arch Linux)
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion