Skip to content

Instantly share code, notes, and snippets.

@iamnewton
Created January 15, 2014 22:41
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 iamnewton/8446199 to your computer and use it in GitHub Desktop.
Save iamnewton/8446199 to your computer and use it in GitHub Desktop.
Ability to turn off complex prompt to revert to a simpler one.
prompt_on() {
PS1="$color_prompt"'\u@\h:\w'"$(prompt_jobs)"'\$'"${color_reset}"' '
}
prompt_off() {
PS1='\$'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment