diff options
-rwxr-xr-x | install.sh | 4 | ||||
-rwxr-xr-x | zsh/.zsh/environment.zsh | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -144,3 +144,7 @@ #tpac -S thefuck tldr autojump fzf howdoi #npm install -g caniuse-cmd + +#install mkvirtualenv +#echo tpac virtualenvwrapper +#echo "source /usr/bin/virtualenvwrapper.sh" > ~/.zshrc diff --git a/zsh/.zsh/environment.zsh b/zsh/.zsh/environment.zsh index 64354b6..3a497e2 100755 --- a/zsh/.zsh/environment.zsh +++ b/zsh/.zsh/environment.zsh @@ -37,3 +37,5 @@ export LC_ALL=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 export LESSCHARSET=utf-8 eval $(thefuck --alias) + +source /usr/bin/virtualenvwrapper.sh |