Skip to content

Instantly share code, notes, and snippets.

@kky
Created October 31, 2013 19:48
Show Gist options
  • Save kky/7255713 to your computer and use it in GitHub Desktop.
Save kky/7255713 to your computer and use it in GitHub Desktop.
Mortar-branded and easy-to-read terminal settings. Suitable for demos, screencasts, and everyday use!
# prompts adapted from:
# http://beckism.com/2009/02/better_bash_prompt/
# http://www.ibm.com/developerworks/linux/library/l-tip-prompt/
############# GREEN;BLACK;BOLD <UNDERSCORES> NEWLINE GRAY;BLACK,BOLD USER HOST DIR NEWLINE WHITE BLACK BOLD MAGIC-END
export PS1="\[\e[32;40;1m\]________________________________________________________________________________\n\[\e[30;40;1m\]\u@\h:\w\n => \[\e[37;40;1m\]\[\e[0m\]"
# FOR WRAPPING LINES
export PS2="\[\e[37;40;1m\] => \[\e[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment