From 0c919b574901b71191b6332141262dee78e7a5c2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 27 Oct 2017 02:26:30 -0400 Subject: restore python configuration --- bashrc | 1 + zshrc | 1 + 2 files changed, 2 insertions(+) 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. {{{ diff --git a/zshrc b/zshrc index 618fb7f..2c784b9 100644 --- a/zshrc +++ b/zshrc @@ -6,6 +6,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 -d $HOME/.cargo/bin && export PATH="$HOME/.cargo/bin:$PATH" # }}} -- cgit v1.2.3-54-g00ecf