Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created May 24, 2010 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defunkt/412166 to your computer and use it in GitHub Desktop.
Save defunkt/412166 to your computer and use it in GitHub Desktop.
ripenv in your sh prompt
ripenv_prompt () {
_OLDPS1="$PS1"
PS1="{\$(rip-env)}$PS1"
}
ripenv_no_prompt () {
PS1="$_OLDPS1"
}
@rtomayko
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment