Skip to content

Instantly share code, notes, and snippets.

@xynova
Last active August 29, 2015 14:21
Show Gist options
  • Save xynova/959b5505ebb966cd6aea to your computer and use it in GitHub Desktop.
Save xynova/959b5505ebb966cd6aea to your computer and use it in GitHub Desktop.
Help your eyes finding things around so much text on the terminal
#In red Version
export PS1="\n\[\e[1;37;41m\] \u \[\e[0m\] \[\e[0;31m\]\!:\[\e[0m\]\w\[\e[0;31m\]:\[\e[0m\] "
#Or in green version
export PS1="\n\[\e[1;37;42m\] \u \[\e[0m\] \[\e[0;31m\]\!:\[\e[0m\]\w\[\e[0;31m\]:\[\e[0m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment