Skip to content

Commit

Permalink
Remove virtualenvwrapper and pythonbrew from zshrc
Browse files Browse the repository at this point in the history
I'm using pyenv now.
  • Loading branch information
ondrowan committed Feb 21, 2017
1 parent 510bbe0 commit c6ab24a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ plugins=(git python django zsh-syntax-highlighting history-substring-search brew

source $ZSH/oh-my-zsh.sh

# python virtual env wrapper
if [ -f ~/Library/Python/2.7/bin/virtualenvwrapper.sh ]; then
export WORKON_HOME=~/.virtualenvs
source ~/Library/Python/2.7/bin/virtualenvwrapper.sh
plugins=("${plugins[@]}" virtualenvwrapper)
fi

# pythonbrew
[[ -s ~/.pythonbrew/etc/bashrc ]] && source ~/.pythonbrew/etc/bashrc

HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
Expand Down

0 comments on commit c6ab24a

Please sign in to comment.