mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01: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
|
if [[ -f "$wrapsource" ]]; then
|
||||||
source $wrapsource
|
source $wrapsource
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue