From 90776b42ea275bfea69aaa5912074e09ffc66577 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 29 Oct 2023 13:58:57 -0700 Subject: [PATCH] google cloud sdk --- .bashrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 198b484..08338ef 100644 --- a/.bashrc +++ b/.bashrc @@ -6,7 +6,7 @@ alias l='ls -CF' alias lg='lazygit' export HOME=/home/talksik -export PATH=/usr/local/go/bin:$PATH:~/Qt/5.15.14/gcc_64/bin/:~:~/go/bin:~/code/flutter/bin:$HOME/.local/bin:$HOME/code/flutter-elinux/bin/ +export PATH=/usr/local/go/bin:$PATH:~/Qt/5.15.14/gcc_64/bin/:~:~/go/bin:~/code/flutter/bin:$HOME/.local/bin:$HOME/code/flutter-elinux/bin/:$HOME/.pub-cache/bin export QMAKE=~/Qt/5.15.14/gcc_64/bin # needed so that gstreamer building from source can reference Qt installation export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/Qt/5.15.14/gcc_64/lib/pkgconfig/ @@ -14,3 +14,9 @@ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/Qt/5.15.14/gcc_64/lib/pkgconfig/ export KUBECONFIG=~/.kube/config source ~/.bash-powerline.sh + +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/talksik/Downloads/google-cloud-sdk/path.bash.inc' ]; then . '/home/talksik/Downloads/google-cloud-sdk/path.bash.inc'; fi + +# The next line enables shell command completion for gcloud. +if [ -f '/home/talksik/Downloads/google-cloud-sdk/completion.bash.inc' ]; then . '/home/talksik/Downloads/google-cloud-sdk/completion.bash.inc'; fi