mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
reactivate virtualenvwrapper by default
This commit is contained in:
parent
cd59e6c2b7
commit
fb319d6616
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
wrapsource=`which virtualenvwrapper_lazy.sh`
|
||||
wrapsource=`which virtualenvwrapper.sh`
|
||||
|
||||
if [[ -f "$wrapsource" ]]; then
|
||||
source $wrapsource
|
||||
|
|
|
|||
Loading…
Reference in a new issue