mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 07:29:09 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			865cc2ef02
			...
			pull/598-s
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					b2d84afacf | ||
| 
						 | 
					7629171239 | 
@@ -34,10 +34,11 @@ if (( ! $+commands[python] && ! $+commands[pyenv] )); then
 | 
				
			|||||||
  return 1
 | 
					  return 1
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Load virtualenvwrapper into the shell session.
 | 
					# Load virtualenvwrapper into the shell session, unless requested not to
 | 
				
			||||||
if (( $+commands[virtualenvwrapper.sh] )); then
 | 
					zstyle -t ':prezto:module:python' skip-virtualenvwrapper-init
 | 
				
			||||||
 | 
					if (( $? && $+commands[virtualenvwrapper.sh] )); then
 | 
				
			||||||
  # Set the directory where virtual environments are stored.
 | 
					  # Set the directory where virtual environments are stored.
 | 
				
			||||||
  export WORKON_HOME="$HOME/.virtualenvs"
 | 
					  export WORKON_HOME="${WORKON_HOME:-$HOME/.virtualenvs}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Disable the virtualenv prompt.
 | 
					  # Disable the virtualenv prompt.
 | 
				
			||||||
  VIRTUAL_ENV_DISABLE_PROMPT=1
 | 
					  VIRTUAL_ENV_DISABLE_PROMPT=1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user