Skip to content

Instantly share code, notes, and snippets.

@nclark
Created March 3, 2011 07:57
Show Gist options
  • Save nclark/852486 to your computer and use it in GitHub Desktop.
Save nclark/852486 to your computer and use it in GitHub Desktop.
zsh and .rvmrc (for screen)
if [[ ( -a .rvmrc ) && $TERM == 'screen' ]]; then
source .rvmrc
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment