This commit is contained in:
Viktor Barzin 2025-11-22 22:39:36 +00:00
parent 090766cab0
commit a33f99e765
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
1725 changed files with 129819 additions and 0 deletions

20
dot_zshenv Normal file
View 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"