summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/aliases2
-rw-r--r--zsh/zshrc11
2 files changed, 12 insertions, 1 deletions
diff --git a/zsh/aliases b/zsh/aliases
index f60d753..baccb36 100644
--- a/zsh/aliases
+++ b/zsh/aliases
@@ -77,7 +77,7 @@ alias catgirl="catgirl -h irc.libera.chat -j '#voidlinux'"
# gaming
alias proton='~/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/proton run'
-alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton9-26/proton run'
+alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton10-12/proton run'
# media
alias mpv='mpv --ytdl-format="bestvideo[ext=mp4]+bestaudio[ext=m4a]"'
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
+