diff options
Diffstat (limited to 'files/etc')
-rw-r--r-- | files/etc/profile.d/local-homedir.sh.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/etc/profile.d/local-homedir.sh.common b/files/etc/profile.d/local-homedir.sh.common index 683756a..170a966 100644 --- a/files/etc/profile.d/local-homedir.sh.common +++ b/files/etc/profile.d/local-homedir.sh.common @@ -13,6 +13,8 @@ export PYTHONUSERBASE="${LOCAL_HOME}/.local" export npm_config_cache="${LOCAL_HOME}/.npm" export CARGO_HOME="${LOCAL_HOME}/.cargo" export GOPATH="${LOCAL_HOME}/go" +export WINE_i386_ROOT="${LOCAL_HOME}/.i386-wine-pkg" +export WINEPREFIX="${LOCAL_HOME}/.wine" # firefox mkdir -p "${LOCAL_HOME}/.mozilla" |