diff --git a/.zshrc b/.zshrc index 2925817..0011a36 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,4 @@ #[[ $TERM != "screen" ]] && exec tmux -export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3.6 -export WORKON_HOME=$HOME/.virtualenvs -source /usr/local/bin/virtualenvwrapper.sh # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH @@ -39,7 +36,7 @@ HYPHEN_INSENSITIVE="true" # DISABLE_AUTO_TITLE="true" # Uncomment the following line to enable command auto-correction. -ENABLE_CORRECTION="true" +# ENABLE_CORRECTION="true" # Uncomment the following line to display red dots whilst waiting for completion. COMPLETION_WAITING_DOTS="true" @@ -127,6 +124,11 @@ send_key() { cat ~/.ssh/id_rsa.pub | ssh $1 "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys" } -#PYENV_ROOT="$HOME/.pyenv" -#PATH="$PYENV_ROOT/bin:$PATH" +PYENV_ROOT="$HOME/.pyenv" +PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" + + +export VIRTUALENVWRAPPER_PYTHON=python +export WORKON_HOME=$HOME/.virtualenvs +source /usr/local/bin/virtualenvwrapper.sh diff --git a/vim-plugins/tmp/%home%viktor%.zshrc.swp b/vim-plugins/tmp/%home%viktor%.zshrc.swp new file mode 100644 index 0000000..97b5101 Binary files /dev/null and b/vim-plugins/tmp/%home%viktor%.zshrc.swp differ diff --git a/vim-plugins/tmp/undo/%etc%apt%sources.list b/vim-plugins/tmp/undo/%etc%apt%sources.list index 306afdf..c0f8c73 100644 Binary files a/vim-plugins/tmp/undo/%etc%apt%sources.list and b/vim-plugins/tmp/undo/%etc%apt%sources.list differ diff --git a/vim-plugins/tmp/undo/%home%viktor%.zshrc b/vim-plugins/tmp/undo/%home%viktor%.zshrc index 7562e78..b00844f 100644 Binary files a/vim-plugins/tmp/undo/%home%viktor%.zshrc and b/vim-plugins/tmp/undo/%home%viktor%.zshrc differ