Created
January 15, 2014 22:41
-
-
Save iamnewton/8446199 to your computer and use it in GitHub Desktop.
Ability to turn off complex prompt to revert to a simpler one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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