From d160bceacc876257317766e715ef242ab9e8a4f4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 23 Apr 2011 18:18:13 -0500 Subject: sort this output --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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 } -- cgit v1.2.3-54-g00ecf