Created
October 25, 2021 22:25
-
-
Save sachsgit/8029725509e301e98e2f43570b48a7ff to your computer and use it in GitHub Desktop.
Common BASH Profile file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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