added nvm + azure completion

This commit is contained in:
2019-12-03 08:53:23 +01:00
parent ee6d640ad2
commit 215059cce6
4 changed files with 17 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ alias dotnetnew="dotnet new webapi -o "
# git
alias gitremovelocalbranches='git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d'
alias untangle-line-endings='find ./ -type f -exec dos2unix {} \;'
alias undo-commit='git reset --soft HEAD^'
## pacman and trizen
alias aur='trizen --noconfirm'