summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-27 02:26:30 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-27 03:45:26 -0400
commit0c919b574901b71191b6332141262dee78e7a5c2 (patch)
treeb94086f7aa3bdcd34c28a54b08f7b1ad79ef8d18 /bashrc
parent251d5b27a1e58b52e6304dd8e0059bb234fa23c1 (diff)
downloadconf-0c919b574901b71191b6332141262dee78e7a5c2.tar.gz
conf-0c919b574901b71191b6332141262dee78e7a5c2.zip
restore python configuration
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 4f7f7bb..ad667d9 100644
--- a/bashrc
+++ b/bashrc
@@ -4,6 +4,7 @@ export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/local:${HOME}/.bin:/usr/
# }}}
# language environments {{{
test -f $HOME/perl5/perlbrew/etc/bashrc && source $HOME/perl5/perlbrew/etc/bashrc
+test -f $HOME/python/bin/activate && source $HOME/python/bin/activate
type rbenv > /dev/null 2>&1 && eval "$(rbenv init -)"
# }}}
# Test for an interactive shell. {{{