summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-23 18:18:13 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-23 18:18:13 -0500
commitd160bceacc876257317766e715ef242ab9e8a4f4 (patch)
tree53985e5098a60e5e1e5b3960ad3784447dbed890 /bashrc
parentc1ad3418adc9a21d46aecc2dfbed57d40cfd98d1 (diff)
downloadconf-d160bceacc876257317766e715ef242ab9e8a4f4.tar.gz
conf-d160bceacc876257317766e715ef242ab9e8a4f4.zip
sort this output
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index f5ffe25..51c83c0 100644
--- a/bashrc
+++ b/bashrc
@@ -95,7 +95,7 @@ alias wgetff='wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.
alias ..='cd ..'
alias dotperl="rsync -av lib/* ${HOME}/perl5/local/"
alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
-alias pm="find lib -type f"
+alias pm="find lib -type f | sort"
function incoming {
cpanm http://pause.cpan.org/incoming/$1.tar.gz
}