summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-23 11:57:56 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-23 11:57:56 -0500
commita38543f5d5d0a5a1dcc7c3dd3e0cf0a2b268ee27 (patch)
tree48ffc51a4d40cf8bff3f73f746aec693f9ec63e1 /bashrc
parent34772f03206b9280b6fa6064c6d173a5ba3f40ec (diff)
downloadconf-a38543f5d5d0a5a1dcc7c3dd3e0cf0a2b268ee27.tar.gz
conf-a38543f5d5d0a5a1dcc7c3dd3e0cf0a2b268ee27.zip
alias for installing modules from pause's incoming directory
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
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