diff options
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 + |
