diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2023-01-17 09:45:11 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2023-01-17 09:45:11 -0600 |
commit | 45132e18845c0f54c4c86ac1a6e635eb7f76287e (patch) | |
tree | 91e1dcce9409107c555475e1177306368bc37d24 /zsh/zprofile | |
parent | e6f936b731fcb7fd0f29e46e2b460606c3d723e7 (diff) | |
download | dotconfig-45132e18845c0f54c4c86ac1a6e635eb7f76287e.tar.xz dotconfig-45132e18845c0f54c4c86ac1a6e635eb7f76287e.zip |
minor changes
Diffstat (limited to 'zsh/zprofile')
-rwxr-xr-x | zsh/zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index 52be283..cabaa70 100755 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -23,6 +23,7 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export XDG_DATA_HOME="$HOME/.local/share" export CARGO_HOME="$XDG_DATA_HOME/cargo" export GNUPGHOME="$XDG_DATA_HOME/gnupg" +export GRADLE_USER_HOME="$XDG_DATA_HOME/gradle" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store" export _JAVA_OPTIONS="-Djava.util.prefs.userRoot=$XDG_DATA_HOME/java" |