Add docker alias

This commit is contained in:
Sam A. 2022-12-06 17:59:23 +01:00
parent 05734d7555
commit cd20d519bd
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ alias unmount="udisksctl unmount -b"
(( ${+commands[dotnet]} )) &&
alias dnup="dotnet tool list --global | tail -n +3 | awk '{print \$1}' | xargs -l dotnet tool update --global"
alias cl="clear"
alias docker="sudo docker"
alias -g e="\$EDITOR"
alias grep="grep --color=always"
alias ls="ls --color=always"