summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/aliases2
-rw-r--r--zsh/env7
-rw-r--r--zsh/zshrc6
3 files changed, 12 insertions, 3 deletions
diff --git a/zsh/aliases b/zsh/aliases
index abfff81..2b3f15e 100644
--- a/zsh/aliases
+++ b/zsh/aliases
@@ -75,7 +75,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-10/proton run'
+alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton9-22/proton run'
# media
alias mpv='mpv --ytdl-format="bestvideo[ext=mp4]+bestaudio[ext=m4a]"'
diff --git a/zsh/env b/zsh/env
index ac0c2ac..5e75cf6 100644
--- a/zsh/env
+++ b/zsh/env
@@ -29,7 +29,10 @@ export GOPATH=$HOME/.local/go
export NO_AT_BRIDGE=1
### paths ###
-export PATH=/bin:/sbin/:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/alphara/.local/bin:/home/alphara/.cargo/bin:/home/alphara/exfatssd/IEUCYS/flutter/bin:/usr/local/go/bin:/home/alphara/.pub-cache/bin:/home/alphara/dev/dotnet
+export PATH=/bin:/sbin/:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/alphara/.local/bin:/home/alphara/.cargo/bin::/usr/local/go/bin:/home/alphara/.pub-cache/bin:/home/alphara/dev/dotnet:/home/alphara/exfatssd/IEUCYS/flutter/bin:/usr/lib/jvm/openjdk17/bin
+
+## for latexocr
+export SCREENSHOT_TOOL=gnome-screenshot
### XDG ###
##export XDG_DATA_DIRS=/home/alphara/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
@@ -74,6 +77,6 @@ export QT_STYLE_OVERRIDE=kvantum
### cuda & ML ###
export PATH=$PATH:/usr/local/cuda-11.7/bin
-export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/cuda-11.7/lib64
+export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/local/cuda-11.7/lib64:/usr/lib/qt6/lib
TORCH_CUDA_ARCH_LIST="8.6"
diff --git a/zsh/zshrc b/zsh/zshrc
index 68b8855..e3c4aad 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,3 +1,5 @@
+# Add deno completions to search path
+if [[ ":$FPATH:" != *":/home/alphara/.zsh/completions:"* ]]; then export FPATH="/home/alphara/.zsh/completions:$FPATH"; fi
zstyle ':completion:*' menu select
zstyle :compinstall filename '~/.zshrc'
@@ -54,4 +56,8 @@ command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
+# slow af
+#eval "$(gh copilot alias -- zsh)"
+
eval "$(zoxide init zsh)"
+. "/home/alphara/.deno/env"