Skip to content

Instantly share code, notes, and snippets.

@carlosrabelo
Last active June 23, 2023 15:04
Show Gist options
  • Save carlosrabelo/96a852dea1aceed105194b3cf69e3586 to your computer and use it in GitHub Desktop.
Save carlosrabelo/96a852dea1aceed105194b3cf69e3586 to your computer and use it in GitHub Desktop.
my bash prompt
export PS1='\[\033[0;37m\]\[\033[0m\033[0;33m\]\u\[\033[0;31m\]@\[\033[0;33m\]\h \033[0;36m\]\w\[\033[0;32m\]$(__git_ps1)\n\[\033[0;34m\]└─\[\033[0m\033[0;37m\]\$\[\033[0m\033[0;37m\]\[\033[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment