From efc544f6a828aa947a86bde9dcc24aa6743ae7c6 Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 12 Nov 2018 09:28:04 +0100 Subject: [PATCH] add d-u alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 0f82b15..d028047 100644 --- a/bashrc +++ b/bashrc @@ -80,6 +80,7 @@ PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w]\$ ' alias docker='sudo docker' alias autopurge='sudo pacman -Rns $(pacman -Qdtq)' alias syu='sudo pacman -Syu; cower -u' +alias d-u='sudo apt update && sudo apt full-upgrade && sudo apt --purge autoremove && sudo apt clean' alias compress-music='nice -n19 /home/lub/git/scripts/compress-music.sh' alias pp='git pull -r && git push' alias statdiff='git status && git diff --staged'