Skip to content

Instantly share code, notes, and snippets.

@sachsgit
Created October 25, 2021 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sachsgit/8029725509e301e98e2f43570b48a7ff to your computer and use it in GitHub Desktop.
Save sachsgit/8029725509e301e98e2f43570b48a7ff to your computer and use it in GitHub Desktop.
Common BASH Profile file
# generated by Git for Windows
test -f ~/.profile && . ~/.profile
test -f ~/.bashrc && . ~/.bashrc
trap 'test -n "$SSH_AGENT_PID" && eval `/usr/bin/ssh-agent -k`' 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment