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

View file

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