From b114da0840840ecaa17a61cdbd32e5d767285ccd Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 20 Aug 2019 20:50:08 +0200 Subject: [PATCH] remove alias for docker --- dotfiles/bash/.bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 994fc66..d0dfbe1 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -78,11 +78,10 @@ function dfall() { alias ls='ls --color=auto' alias ip='ip --color=auto' PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w]\$ ' -alias docker='sudo docker' alias autopurge='sudo pacman -Rns $(pacman -Qdtq)' alias syu='sudo pacman -Syu; sudo pacman -Rns $(pacman -Qdtq); pacman -Qem; cower -u' alias d-u='sudo apt update && sudo apt full-upgrade && sudo apt --purge autoremove && sudo apt clean' alias pp='git pull -r && git push' alias statdiff='git status && git diff --staged' -set -o vi \ No newline at end of file +set -o vi