added back dotnet stuff

This commit is contained in:
2021-02-03 17:09:38 +01:00
parent ee7649ce11
commit 9ec30728dd
5 changed files with 9 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ alias cmyip='curl -s http://ipecho.net/plain; echo'
## default command fixes :P
alias mkdir='mkdir -p'
alias wget='wget -c'
alias ls='ls -l --color=auto'
alias ls='ls -lh --color=auto'
alias installed='sudo pacman -Qetq'
alias aurinstalled='sudo pacman -Qmq'
alias sudo='sudo '