~xdavidwu/dotfiles

f37c45d868a57a9d19c738ce0945cde1781fb3c7 — xdavidwu 2 years ago 959a7b3
bash: add gcloud sdk to PATH if exists
1 files changed, 4 insertions(+), 0 deletions(-)

M .bash_profile
M .bash_profile => .bash_profile +4 -0
@@ 62,4 62,8 @@ else
	export ANDROID_SDK_ROOT="$ANDROID_HOME"
fi

if [ -d ~/google-cloud-sdk ]; then
	PATH="$PATH:$HOME/google-cloud-sdk"
fi

[[ -f ~/.bashrc ]] && . ~/.bashrc