Created
January 11, 2022 09:33
-
-
Save kalabiyau/c07433d78171d1f2b5d402eeb2cda91e to your computer and use it in GitHub Desktop.
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
set -e SSH_AUTH_SOCK | |
set -gx SSH_AUTH_SOCK ~/.gnupg/S.gpg-agent.ssh | |
set -gx LC_ALL en_US.UTF-8 | |
set -gx LANG en_US.UTF-8 | |
set -x -U GOPATH $HOME/go | |
set -x PATH $PATH $GOPATH/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment