Skip to content

Instantly share code, notes, and snippets.

@jgentes
Created December 12, 2018 15:57
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 jgentes/1b1cd850be43d10b8106579aef2ce78b to your computer and use it in GitHub Desktop.
Save jgentes/1b1cd850be43d10b8106579aef2ce78b to your computer and use it in GitHub Desktop.
my bash color console
export PS1='\[\033[0;36m\] \w\[\033[0;32m\] - [$(git branch 2>/dev/null | grep "^*" | colrm 1 2)\[\033[0;32m\]]\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\]\[\033[0m\] '
@jgentes
Copy link
Author

jgentes commented Nov 22, 2019

add to ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment