Skip to content

Instantly share code, notes, and snippets.

@Dahie
Created November 26, 2009 21:02
Show Gist options
  • Save Dahie/243663 to your computer and use it in GitHub Desktop.
Save Dahie/243663 to your computer and use it in GitHub Desktop.
#PS1 which corresponds to the usual Mac OSX Terminal bash prompt, but works with git autocompletion: http://blog.ericgoodwin.com/2008/4/10/auto-completion-with-git
export PS1='\h:\w$(__git_ps1 "(%s)") \u$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment