summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-19 14:22:59 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-08-19 14:22:59 +0300
commit8579e0cdb54b5305bfbe167d19dea89b12f76575 (patch)
tree3031a69ea858d945c6fa08c5be94350ab844fa34 /zsh/zshrc
parent6c89fb4ad04c064fd2007aafaae34daa249ea732 (diff)
Routine changes.HEADmaster
Changes to be committed: modified: Kvantum/KvArcDark#/KvArcDark#.kvconfig modified: Vencord/settings/settings.json modified: btop/btop.conf modified: htop/htoprc modified: keybinds modified: nvim/init.vim modified: pmenu modified: zsh/aliases modified: zsh/zshrc
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
+