diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-09-24 22:31:45 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-09-24 22:31:45 +0200 |
| commit | 54bfa8d06e0950aca6e81d625691e91f21f970fc (patch) | |
| tree | a40cf3a3c88e8f64e42347b3c69d2ebf8b6b32d2 /runcoms | |
| parent | 3dc38cb410de29bb9892196a19a9590a1000e9e9 (diff) | |
Update XDG_CONFIG_HOME
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc index faf73a8..8df1b05 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -27,6 +27,7 @@ export TERM=xterm-256color-italic # Paths # export JAVA_HOME=$(/usr/libexec/java_home) # Enable if using JDK, otherwise disable for performance +export XDG_CONFIG_HOME=$HOME/.config export GOPATH=$HOME/Projects/go export ANDROID_HOME=$HOME/Library/Android/sdk export ANDROID_NDK_HOME=$HOME/Library/Android/sdk/ndk-bundle |