Skip to content

Instantly share code, notes, and snippets.

@jlucasps
Last active December 20, 2015 23:29
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 jlucasps/6212959 to your computer and use it in GitHub Desktop.
Save jlucasps/6212959 to your computer and use it in GitHub Desktop.
No terminal vai informar em qual branch você está, diretório, usuário e o ambiente virtual se vocês estiver usando.
GIT_PS1_SHOWDIRTYSTATE=true
PS1='\[\033[32m\]\u@\h\[\033[00m\]:\[\033[34m\]\w\[\033[31m\]$(__git_ps1)\[\033[00m\]\$ '
# via https://gist.github.com/fernandopso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment