From bee6599cc8d0c66bb4e6ed0670d30edc5066805e Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:38:22 +0300 Subject: Added comment regarding steam id's Changes to be committed: modified: htop/htoprc modified: zsh/env --- zsh/env | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zsh') 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 ### -- cgit v1.2.3