diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-15 11:48:28 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-05-15 11:48:28 +0200 |
commit | d9cdb215cf2f6a8b32bbdf42ec904df513ac8a01 (patch) | |
tree | 5f8d1cb275958f86ff36527ba5e7144520cb7671 /.config | |
parent | 937d62ad689f201fe79f268a7edb69953c1ac83a (diff) |
xdg: wine
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 8eb0020..d0a8224 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -17,6 +17,7 @@ export GNUPGHOME="$XDG_DATA_HOME"/gnupg export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java export SSB_HOME="$XDG_DATA_HOME"/zoom export WGETRC="$XDG_CONFIG_HOME/wgetrc" +export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default export CM_LAUNCHER=rofi export CM_SELECTIONS=clipboard export CM_DIR=/tmp |