fixed quotation, added wineprefix

This commit is contained in:
Vitor Gonçalves 2024-02-17 01:51:04 -03:00
parent 36a7a2e916
commit 7a483c02f2
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ export GPG_TTY="$(tty)"
export ANDROID_HOME="$XDG_DATA_HOME/android"
export GHCUP_USE_XDG_DIRS="1"
export STACK_XDG="1"
export GOPATH="$XDG_DATA_HOME"/go
export GOPATH="$XDG_DATA_HOME/go"
export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
export ZPLUGINS="$ZDOTDIR/plugins"