From: Oleg Broytman Date: Thu, 7 Jul 2016 23:52:34 +0000 (+0300) Subject: .shellrc: pyenv before venv (alphabetically) X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=924b7e1affa2900db245beb846cc3bfd932c6b94;p=dotfiles.git .shellrc: pyenv before venv (alphabetically) --- diff --git a/.shellrc b/.shellrc index 9405f79..1415c42 100644 --- a/.shellrc +++ b/.shellrc @@ -316,15 +316,15 @@ tmux() { } -if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then - source /usr/local/bin/virtualenvwrapper_lazy.sh -fi - #if which pyenv >/dev/null 2>&1; then # eval "`pyenv init -`" # eval "`pyenv virtualenv-init -`" #fi +if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then + source /usr/local/bin/virtualenvwrapper_lazy.sh +fi + X() { startx >> .Xserver.log 2>&1; cyr; } x() { exit; }