mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add Google Cloud SDK to path.
This commit is contained in:
4
profile
4
profile
@@ -20,6 +20,10 @@ export TZ='America/Los_Angeles'
|
||||
export DEBEMAIL=david@systemoverlord.com
|
||||
export DEBFULLNAME="David Tomaschik"
|
||||
|
||||
# GCE?
|
||||
if [ -d $HOME/.gce/google-cloud-sdk/bin ] ; then
|
||||
export PATH="$PATH:$HOME/.gce/google-cloud-sdk/bin"
|
||||
fi
|
||||
|
||||
# Setup GPG Agent
|
||||
GPG_AGENT_INFO_PATH=$HOME/.gnupg/gpg-agent-info-`hostname`
|
||||
|
||||
Reference in New Issue
Block a user