From 04654daf8f2b592ebf352aab2be68f71abb1cc58 Mon Sep 17 00:00:00 2001 From: lub Date: Wed, 7 Nov 2018 19:14:42 +0100 Subject: [PATCH] add autopruge alias --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 0c868be..b5de62f 100644 --- a/bashrc +++ b/bashrc @@ -78,3 +78,4 @@ function dfall() { alias ls='ls --color=auto' PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w]\$ ' alias docker='sudo docker' +alias autopurge='sudo pacman -Rns $(pacman -Qdtq)'