summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-03 23:25:01 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-03 23:25:01 -0500
commit63ef76bd29dbe860d11171499d43abb56ed0d819 (patch)
tree4e412791cfd4353438505505c6be13d4d5013296 /bashrc
parent091bfc212d6d15f63fc6ec81eff71365e68014c0 (diff)
downloadconf-63ef76bd29dbe860d11171499d43abb56ed0d819.tar.gz
conf-63ef76bd29dbe860d11171499d43abb56ed0d819.zip
prefer to check cpan-outdated from my minicpan mirror
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 5c14d15..bdd3e0b 100644
--- a/bashrc
+++ b/bashrc
@@ -61,6 +61,7 @@ alias bc="bc -lq"
alias ncmpc="ncmpc -c"
alias truecrypt="sudo truecrypt -t"
alias prove="prove -rj5"
+alias cpan-outdated="cpan-outdated --mirror file://${HOME}/perl5/minicpan/"
# }}}
# games {{{
alias nao="(TERM=rxvt telnet nethack.alt.org)"