Skip to content

Instantly share code, notes, and snippets.

@amirouche
Last active August 29, 2015 14:20
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 amirouche/4cafa6f82948e692a27c to your computer and use it in GitHub Desktop.
Save amirouche/4cafa6f82948e692a27c to your computer and use it in GitHub Desktop.
bash snippets
# user https://wiki.archlinux.org/index.php/Color_Bash_Prompt#Regular_user
PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] \[\e[1;37m\]'
# root
PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]\$ \[\e[m\]\[\e[0;32m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment