Skip to content

Instantly share code, notes, and snippets.

@ali5h
Created May 10, 2017 18:45
Show Gist options
  • Save ali5h/af765c0a19878b18fd0e93f1ccc7cd2f to your computer and use it in GitHub Desktop.
Save ali5h/af765c0a19878b18fd0e93f1ccc7cd2f to your computer and use it in GitHub Desktop.
Git prompt for bash
export PS1='\[\033]0;$TITLEPREFIX:${PWD//[^[:ascii:]]/?}\007\]\n\[\033[32m\]\u@\h \[\033[35m\]$MSYSTEM \[\033[33m\]\w\[\033[36m\]`__git_ps1`\[\033[0m\]\n$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment