summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-28 13:17:28 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-07-28 13:17:28 +0300
commit2c52771a6c49e85582b965021baee98e150c81a2 (patch)
tree3f5142db3fe0acb32fab967a043c57b0394f62cc /zsh
parent0df7f4fa0009a16c710685583a8ce3afee3bb813 (diff)
Great changes to the install script now making use of xargs and xpkg.
Great changes in how other tools function better as well. Changes to be committed: renamed: dunst/launch.sh -> dunst/test.sh modified: install.sh modified: X11/xinit modified: appimageupdate modified: nvim/init.vim modified: pmenu modified: runc modified: zsh/aliases modified: zsh/env modified: zsh/zshrc
Diffstat (limited to 'zsh')
-rw-r--r--zsh/aliases2
-rw-r--r--zsh/env2
-rw-r--r--zsh/zshrc2
3 files changed, 4 insertions, 2 deletions
diff --git a/zsh/aliases b/zsh/aliases
index f216d8f..ea1d859 100644
--- a/zsh/aliases
+++ b/zsh/aliases
@@ -74,7 +74,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-9/proton run'
+alias protonge='~/.local/share/Steam/compatibilitytools.d/GE-Proton9-10/proton run'
# media
alias mpv='mpv --ytdl-format="bestvideo[ext=mp4]+bestaudio[ext=m4a]"'
diff --git a/zsh/env b/zsh/env
index 1366c6a..ac0c2ac 100644
--- a/zsh/env
+++ b/zsh/env
@@ -23,7 +23,7 @@ export DOTNET_ROOT=/home/alphara/dev/dotnet
export DOTNET_CLI_TELEMETRY_OPTOUT=1
### go stuff ###
-export GOPATH=$HOME/go
+export GOPATH=$HOME/.local/go
### dbus stuff ###
export NO_AT_BRIDGE=1
diff --git a/zsh/zshrc b/zsh/zshrc
index e33b7b6..68b8855 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -53,3 +53,5 @@ export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
+
+eval "$(zoxide init zsh)"