Remove docker alias

This commit is contained in:
Sam A. 2022-12-09 23:50:55 +01:00
parent cd20d519bd
commit 3a20d6ec93
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ 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"