Skip to content

Instantly share code, notes, and snippets.

@elena-kolevska
Last active October 16, 2018 14:21
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 elena-kolevska/80d60307b3f11e63fdee8d42d754f44f to your computer and use it in GitHub Desktop.
Save elena-kolevska/80d60307b3f11e63fdee8d42d754f44f to your computer and use it in GitHub Desktop.
Coloured prompt
#...
PS1="\[\e[32m\]\u\[\e[m\]\[\e[32m\]@\[\e[m\]\[\e[32m\]\h\[\e[m\] \[\e[33m\]\w\[\e[m\] \[\e[33m\]\\$\[\e[m\] "
#...
# Online prompt generator: http://ezprompt.net/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment