diff options
author | neodarz <neodarz@neodarz/net> | 2018-11-23 19:49:34 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz/net> | 2018-11-23 19:49:34 +0100 |
commit | a59a5dcb97920d476e16d9c50c31a3bf2540c293 (patch) | |
tree | 8170ea08518b5c86a65de8bf3511bea23efcf837 | |
parent | d3ad1a787194f818ab5bf7084149e68745e7a21f (diff) | |
download | dotfiles_ascii-a59a5dcb97920d476e16d9c50c31a3bf2540c293.tar.xz dotfiles_ascii-a59a5dcb97920d476e16d9c50c31a3bf2540c293.zip |
Add mkvirtualenv
-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 |