~xdavidwu/dotfiles

211fc9ed980517dc64d42f7281517816d10e1ef6 — xdavidwu 1 year, 10 months ago 4b7a92a
basH: fix google cloud sdk path
1 files changed, 2 insertions(+), 2 deletions(-)

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

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

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