initial
This commit is contained in:
parent
090766cab0
commit
a33f99e765
1725 changed files with 129819 additions and 0 deletions
20
dot_zshenv
Normal file
20
dot_zshenv
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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=/usr/bin/python3
|
||||
export VIRTUALENV_PYTHON=python3
|
||||
export WORKON_HOME=$HOME/.virtualenvs
|
||||
# export VIRTUALENV_PYTHON=python
|
||||
|
||||
if [ -f $HOME/.virtualenvwrapper.sh ]; then
|
||||
source $HOME/.virtualenvwrapper.sh
|
||||
fi
|
||||
export DRONE_SERVER=https://drone.viktorbarzin.me
|
||||
. "$HOME/.cargo/env"
|
||||
export VAULT_ADDR="https://vault.viktorbarzin.me"
|
||||
Loading…
Add table
Add a link
Reference in a new issue