summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-01 12:46:26 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-01 12:46:26 -0500
commita4214d0cf6261a4004818b2ed4aa2b5036e32a6f (patch)
treeb13723954f28d5af2efc7fdce1dc79f046799e0c /bashrc
parent35497ba56ef0376ab796e63c3045ad037f656878 (diff)
downloadconf-a4214d0cf6261a4004818b2ed4aa2b5036e32a6f.tar.gz
conf-a4214d0cf6261a4004818b2ed4aa2b5036e32a6f.zip
set up perlbrew paths even for non-interactive shells
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 2d2c59d..64b817f 100644
--- a/bashrc
+++ b/bashrc
@@ -25,6 +25,7 @@ export NOPASTE_SERVICES="Codepeek PastebinCom Rafb Shadowcat Pastie Husk"
[ -x `which git` ] && export GIT_EXEC_PATH="${HOME}/.bin/git:"`git --exec-path`
[ -x /usr/bin/lesspipe ] && export LESSOPEN='|/usr/bin/lesspipe %s'
[ -x /usr/bin/lesspipe.sh ] && export LESSOPEN='|/usr/bin/lesspipe.sh %s'
+[ -f $HOME/perl5/perlbrew/etc/bashrc ] && source $HOME/perl5/perlbrew/etc/bashrc
# }}}
# Test for an interactive shell. {{{
# There is no need to set anything past this point for scp and rcp, and it's
@@ -168,7 +169,6 @@ 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 {{{