hard link all the dot files and add some new stuff...

This commit is contained in:
viktorbarzin 2019-01-14 13:52:03 +00:00
parent 26832898cd
commit 525ec8a095
318 changed files with 74 additions and 31 deletions

18
.zshenv
View file

@ -1,5 +1,15 @@
eval "$(pyenv init -)"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
export VIRTUALENVWRAPPER_PYTHON=python
# export PYENV_ROOT="$HOME/.pyenv"
# export PATH="$PYENV_ROOT/bin:$PATH"
# eval "$(pyenv init -)"
#export PATH="/home/viktor/.pyenv/bin:$PATH"
#eval "$(pyenv init -)"
#eval "$(pyenv virtualenv-init -)"
export VIRTUALENVWRAPPER_PYTHON=python3
export VIRTUALENV_PYTHON=python3
export WORKON_HOME=$HOME/.virtualenvs
# export VIRTUALENV_PYTHON=python
source /home/viktor/.virtualenvwrapper.sh