summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index b58499c..7406468 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -75,3 +75,14 @@ eval "$(pyenv virtualenv-init -)"
eval "$(zoxide init zsh)"
. "/home/alphara/.deno/env"
+
+# The next line updates PATH for the Google Cloud SDK.
+if [ -f '/home/alphara/dev/codestorm-mi/google-cloud-sdk/path.zsh.inc' ]; then . '/home/alphara/dev/codestorm-mi/google-cloud-sdk/path.zsh.inc'; fi
+
+# The next line enables shell command completion for gcloud.
+if [ -f '/home/alphara/dev/codestorm-mi/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/alphara/dev/codestorm-mi/google-cloud-sdk/completion.zsh.inc'; fi
+
+# Added by LM Studio CLI (lms)
+export PATH="$PATH:/home/alphara/.lmstudio/bin"
+# End of LM Studio CLI section
+