diff --git a/zsh/.zshrc b/zsh/.zshrc index 698a2c6..6d57d81 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:35:41 PM CET +# Modified: Sun 07 Feb 2021 05:44:39 PM CET #------------------------------ @@ -112,7 +112,7 @@ source ~/.oh-my-zshrc #----------------------------- export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Documents/Programmation -source $HOME/.local/bin/virtualenvwrapper.sh +#source $HOME/.local/bin/virtualenvwrapper.sh # vim: set ts=2 sw=2 et: