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 /zsh | |
parent | d3ad1a787194f818ab5bf7084149e68745e7a21f (diff) | |
download | dotfiles_ascii-a59a5dcb97920d476e16d9c50c31a3bf2540c293.tar.xz dotfiles_ascii-a59a5dcb97920d476e16d9c50c31a3bf2540c293.zip |
Add mkvirtualenv
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zsh/environment.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |