summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-06-09 15:38:22 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-06-09 15:38:22 +0300
commitbee6599cc8d0c66bb4e6ed0670d30edc5066805e (patch)
tree7ea774981389b653d5dd8e424d0e289d2cf4a9b4 /zsh
parent6f5687ee9c3f9585db82b88c7b5efc11bfb8779e (diff)
Added comment regarding steam id's
Changes to be committed: modified: htop/htoprc modified: zsh/env
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 ###