Skip to content

Instantly share code, notes, and snippets.

@kenjione
Created November 8, 2016 12:53
Show Gist options
  • Save kenjione/dd5123213368d4a3b8bfc2ca386f8638 to your computer and use it in GitHub Desktop.
Save kenjione/dd5123213368d4a3b8bfc2ca386f8638 to your computer and use it in GitHub Desktop.
if [ -f "$(brew --prefix bash-git-prompt)/share/gitprompt.sh" ]; then
export __GIT_PROMPT_DIR="$(brew --prefix bash-git-prompt)/share/"
source "$(brew --prefix bash-git-prompt)/share/gitprompt.sh"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment