fix(zsh): revert pyenv-virtualenv precmd change
This commit is contained in:
		@@ -16,8 +16,7 @@ unsetopt autocd
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# pyenv
 | 
					# pyenv
 | 
				
			||||||
eval "$(pyenv init - zsh)"
 | 
					eval "$(pyenv init - zsh)"
 | 
				
			||||||
# https://github.com/pyenv/pyenv-virtualenv/issues/259
 | 
					eval "$(pyenv virtualenv-init - zsh)"
 | 
				
			||||||
eval "$(pyenv virtualenv-init - zsh | sed s/precmd/chpwd/g)"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ggman
 | 
					# ggman
 | 
				
			||||||
eval "$(ggman shellrc)"
 | 
					eval "$(ggman shellrc)"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user