Skip to content

Instantly share code, notes, and snippets.

@Blitzkev
Created October 3, 2014 22:28
Show Gist options
  • Save Blitzkev/6fde125e82ae76e731e3 to your computer and use it in GitHub Desktop.
Save Blitzkev/6fde125e82ae76e731e3 to your computer and use it in GitHub Desktop.
Integrating RVM with iTerm and zsh on OS X
Installing RVM on OS X with the --auto-dotfiles option enabled requires running commands as login shell. This can be achieved automatically on iTerms startup by enabling the option in iTerm preferences.
Open iTerm preferences (⌘,)
Navigate to preferences
If there is no profile for ZSH, create one.
Set Command: to Login Shell
Set Working Directory: to Home Directory
Reload iTerm and verify by running `which gem`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment