mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Explicitly tell rbenv to use zsh
According to @graywh's comment on: https://github.com/sstephenson/rbenv/issues/185
This commit is contained in:
		| @@ -4,7 +4,7 @@ for rbenvdir in "$HOME/.rbenv" "/usr/local/rbenv" "/opt/rbenv" ; do | ||||
|     FOUND_RBENV=1 | ||||
|     export RBENV_ROOT=$rbenvdir | ||||
|     export PATH=${rbenvdir}/bin:$PATH | ||||
|     eval "$(rbenv init -)" | ||||
|     eval "$(rbenv init - zsh)" | ||||
|  | ||||
|     alias rubies="rbenv versions" | ||||
|     alias gemsets="rbenv gemset list" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user