summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-03-14 14:33:13 -0500
committerJesse Luehrs <doy@tozt.net>2010-03-14 14:33:13 -0500
commitfee5b59ab04d12ae2e5a9afb2a95322ca5a3fba0 (patch)
tree04b2b09022f19f5f1fbd6fc5ec24c9d3f967454c /bashrc
parenta7a12598be8bce20a2168289005b0dadbfb30f94 (diff)
downloadconf-fee5b59ab04d12ae2e5a9afb2a95322ca5a3fba0.tar.gz
conf-fee5b59ab04d12ae2e5a9afb2a95322ca5a3fba0.zip
alias for cleaning out unused packages
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 94a33ea..aad9b05 100644
--- a/bashrc
+++ b/bashrc
@@ -90,6 +90,7 @@ alias henzell="ssh henzell@crawl.akrasiac.org"
alias wgetff='wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070404 Firefox/2.0.0.3"'
alias ..='cd ..'
alias dotperl='rsync -av lib/* ~/.perl/'
+alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
function luado { # thanks rici
local e=$1
shift