diff options
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 ### |