From a38543f5d5d0a5a1dcc7c3dd3e0cf0a2b268ee27 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 23 Apr 2011 11:57:56 -0500 Subject: alias for installing modules from pause's incoming directory --- bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index cbb721b..f5ffe25 100644 --- a/bashrc +++ b/bashrc @@ -96,6 +96,9 @@ alias ..='cd ..' alias dotperl="rsync -av lib/* ${HOME}/perl5/local/" alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)' alias pm="find lib -type f" +function incoming { + cpanm http://pause.cpan.org/incoming/$1.tar.gz +} function webcam { local width=$1 local height=$2 -- cgit v1.2.3-54-g00ecf