Skip to content

Instantly share code, notes, and snippets.

@LeeFlannery
Last active October 27, 2015 16:23
Show Gist options
  • Save LeeFlannery/ced300b5996467a0fbe7 to your computer and use it in GitHub Desktop.
Save LeeFlannery/ced300b5996467a0fbe7 to your computer and use it in GitHub Desktop.
Windows .bashrc for Git Bash (Git 2.0+). starts ssh agent, runs shell script to edit command prompt (see git-prompt-local-override.sh)
eval `ssh-agent`
ssh-add
. ~/git-prompt-local-override.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment