summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-17 13:40:28 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-17 17:29:55 -0600
commit62d0283908c0b4542e2777acffb838b60156cd6b (patch)
treee10fcc3bb773aa75dc734044ef90910e93085f07 /bashrc
parent8399e3f55bb9bea2df98fa792cb05309c760419b (diff)
downloadconf-62d0283908c0b4542e2777acffb838b60156cd6b.tar.gz
conf-62d0283908c0b4542e2777acffb838b60156cd6b.zip
add alias for bootstrapping cpanm
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index ce7bd91..f7726e1 100644
--- a/bashrc
+++ b/bashrc
@@ -95,6 +95,7 @@ alias wgetff='wget --user-agent="Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.
alias dotperl="rsync -av lib/* ${HOME}/perl5/local/"
alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
alias pm="find lib -type f | sort"
+alias bootstrap_cpanm="wget -O- -q http://xrl.us/cpanm | perl - App::cpanminus"
function web {
local port=$1
if [[ -z $port ]]; then