]> arthur.barton.de Git - OhMyZshExtensions.git/blobdiff - plugins/5_dev_env/5_dev_env.plugin.zsh
Revert "Change plugins to not do anything if tool isn't available"
[OhMyZshExtensions.git] / plugins / 5_dev_env / 5_dev_env.plugin.zsh
index 8ba7a97fcef09bb086837ac496b878b4fa588f78..2977ff87e2ead1d09d2e7e48382ceb86a19f963a 100644 (file)
@@ -1,5 +1,4 @@
 # 5_dev_env.plugin.zsh
-# 2015-05-05, alex@barton.de
 
 # SSH wrapper
 for ssh_wrapper in \
@@ -17,7 +16,6 @@ unset ssh_wrapper
 
 # pip
 export PIP_REQUIRE_VIRTUALENV="true"
-export PIP_DOWNLOAD_CACHE="$XDG_CACHE_HOME/pip"
 
 # virtualenv[wrapper]
 export WORKON_HOME="$XDG_CACHE_HOME/virtualenvs"