summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "^$"
# }}}