Skip to content

Instantly share code, notes, and snippets.

@brahimmachkouri
Created January 10, 2015 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 brahimmachkouri/1055ffdb501a6a3dff0d to your computer and use it in GitHub Desktop.
Save brahimmachkouri/1055ffdb501a6a3dff0d to your computer and use it in GitHub Desktop.
Bash Prompt
export PS1="\[\e[00;33m\]\A\[\e[0m\]\[\e[00;37m\] \[\e[0m\]\[\e[00;34m\]\u\[\e[0m\]\[\e[00;37m\] [\H] \[\e[0m\]\[\e[00;31m\]\w\[\e[0m\]\[\e[00;37m\]\n\[\e[0m\]\[\e[00;32m\]\\$\[\e[0m\]\[\e[00;37m\] \[\e[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment