Skip to content

Instantly share code, notes, and snippets.

@sexwithsatan
Last active November 2, 2018 22:05
Show Gist options
  • Save sexwithsatan/b89720ffa3609d3688a8205296854429 to your computer and use it in GitHub Desktop.
Save sexwithsatan/b89720ffa3609d3688a8205296854429 to your computer and use it in GitHub Desktop.
U='jack'
H='localhost'
COLOR='\[\e[92m\]'
ALT1='\[\e[94m\]'
ALT2='\[\e[96m\]'
PLAIN='\[\e[00m\]'
GIT_EXEC_PATH="$(git --exec-path 2>/dev/null)"
COMPLETION_PATH="${GIT_EXEC_PATH%/libexec/git-core}"
COMPLETION_PATH="${COMPLETION_PATH%/lib/git-core}"
COMPLETION_PATH="$COMPLETION_PATH/share/git/completion"
. "$COMPLETION_PATH/git-completion.bash"
. "$COMPLETION_PATH/git-prompt.sh"
PROMPT_COMMAND='__git_ps1 "$COLOR$U@$H$ALT1:\w$ALT2" "$PLAIN$ " \#%s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment