summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-26 05:40:44 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-26 05:40:44 -0500
commit55a0168810a2c7e3237f83d082948873bcb70dd3 (patch)
tree63ff0340756f39956e832be3d8e46e2a5c6f33f4 /bashrc
parent69bdd96ea634a26ddb2564426445dce77be9de80 (diff)
downloadconf-55a0168810a2c7e3237f83d082948873bcb70dd3.tar.gz
conf-55a0168810a2c7e3237f83d082948873bcb70dd3.zip
let's give this a test too
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/bashrc b/bashrc
index 8c2ff04..4605342 100644
--- a/bashrc
+++ b/bashrc
@@ -304,11 +304,9 @@ export PS1="\[\$__error_color\]\$__error \[${HIYELLOW}\][\t] \[${HIGREEN}\]\u@\h
# external files {{{
[ -f /etc/bash_completion ] && source /etc/bash_completion
[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion
+[ -f $HOME/perl5/perlbrew/etc/bashrc ] && source $HOME/perl5/perlbrew/etc/bashrc
source ~/.bash/cdhist.sh
# }}}
# fortune {{{
fortune -n300 -s ~/.fortune | grep -v -E "^$"
# }}}
-# perl directories {{{
-source $HOME/perl5/perlbrew/etc/bashrc
-# }}}