Last active
April 23, 2023 15:31
-
-
Save arpitjindal97/d07fdf75433a288e921587c910bd3d73 to your computer and use it in GitHub Desktop.
Sample zshenv 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
export GOPATH="$HOME/go" | |
export PATH="$HOME/.local/bin:$GOPATH/bin:$PATH" | |
export ANDROID_SDK_ROOT=/usr/local/share/android-sdk | |
plugins=(kubectl docker docker-compose gcloud) | |
git config --global core.editor "vim" | |
git config --global gpg.program gpg | |
# change accordingly | |
# git config user.signingkey 5705585487C5D6F4CC2B1ED6A7615159101BE138 | |
alias k=kubectl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment