diff --git a/zsh/.zshrc b/zsh/.zshrc index 7eaf2de..698a2c6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,5 @@ # Created: Wed 12 Jul 2017 08:33:29 PM CEST -# Modified: Fri 13 Mar 2020 07:16:18 PM CET +# Modified: Fri 13 Mar 2020 07:35:41 PM CET #------------------------------ @@ -25,9 +25,9 @@ export PIPENV_VENV_IN_PROJECT="true" # PATH #------------------------------ export PATH="${PATH}:${HOME}/bin:${HOME}/.scripts:${HOME}/these/bin" -export PATH="/home/ewen/bin/miniconda/bin:$PATH" +export PATH="$HOME/bin/miniconda/bin:$PATH" # Python -export PATH="/home/ewen/.local/bin/:$PATH" +export PATH="$HOME/.local/bin/:$PATH" #----------------------------- @@ -105,4 +105,14 @@ source ~/.oh-my-zshrc [ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh + + +#----------------------------- +# Python +#----------------------------- +export WORKON_HOME=$HOME/.virtualenvs +export PROJECT_HOME=$HOME/Documents/Programmation +source $HOME/.local/bin/virtualenvwrapper.sh + + # vim: set ts=2 sw=2 et: