Skip to content

Instantly share code, notes, and snippets.

@jeremyvaught
Created November 18, 2013 14:10
Show Gist options
  • Save jeremyvaught/7528369 to your computer and use it in GitHub Desktop.
Save jeremyvaught/7528369 to your computer and use it in GitHub Desktop.
This incorporates the file directory name I'm in (in purple), as well as the git branch I'm in (in green), in brackets export PS1='\[\033[01;34m\]\W\[\033[00m\] [$(__git_ps1 "\[\033[01;32m\]%s\[\033[00m\]")] $ ' Colorless export PS1='\W [$(__git_ps1 "%s")] $ ' Gray bold with green - the one I've settled on for now export PS1='\[\033[01;02m\]\W\[…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment