summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/env5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/env b/zsh/env
index 9e8eb4d..1366c6a 100644
--- a/zsh/env
+++ b/zsh/env
@@ -22,6 +22,9 @@ export GPG_TTY=$(tty)
export DOTNET_ROOT=/home/alphara/dev/dotnet
export DOTNET_CLI_TELEMETRY_OPTOUT=1
+### go stuff ###
+export GOPATH=$HOME/go
+
### dbus stuff ###
export NO_AT_BRIDGE=1
@@ -41,6 +44,8 @@ export XDG_CONFIG_HOME=/home/alphara/.config
### steam ###
export STEAM_COMPAT_DATA_PATH=~/.local/share/Steam/steamapps/compatdata
+### /compatdata/ is the folder where the games are installed
+### make sure to use /compatdata/{gameid}/pfx/ for wine games
export STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.local/share/Steam/
### gaming stuff ###