From 8579e0cdb54b5305bfbe167d19dea89b12f76575 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:22:59 +0300 Subject: Routine changes. 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 --- zsh/aliases | 2 +- zsh/zshrc | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'zsh') 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 + -- cgit v1.2.3