diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-06-09 15:38:22 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-06-09 15:38:22 +0300 |
commit | bee6599cc8d0c66bb4e6ed0670d30edc5066805e (patch) | |
tree | 7ea774981389b653d5dd8e424d0e289d2cf4a9b4 /zsh | |
parent | 6f5687ee9c3f9585db82b88c7b5efc11bfb8779e (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/env | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ### |