summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-29 15:57:18 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-29 15:57:18 -0500
commiteae6e9f06caeb710b894367a2141097269b8c842 (patch)
tree55c87eaaa7607bd47f4377eef644c478b390cb3e
parent2cfdddde35fd9cadae5c40068359d80f58cc2e36 (diff)
downloadconf-eae6e9f06caeb710b894367a2141097269b8c842.tar.gz
conf-eae6e9f06caeb710b894367a2141097269b8c842.zip
need to setup perlbrew options before testing with which
-rw-r--r--bashrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/bashrc b/bashrc
index 66b9123..2d2c59d 100644
--- a/bashrc
+++ b/bashrc
@@ -165,6 +165,12 @@ function svst {
}
# }}}
# }}}
+# 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
+# }}}
# bash configuration {{{
source ~/.bash/colors
shopt -s extglob
@@ -333,12 +339,6 @@ if [ -x $(which perlbrew) ]; then
fi
# }}}
# }}}
-# 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 "^$"
# }}}