X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/a94ac638f8bb946e98ca04503e7907f9f1d63c3e..bb290191df028ee5cd02abbce6d1a786e454c7b7:/runcoms/zshrc diff --git a/runcoms/zshrc b/runcoms/zshrc index faf73a8..3b61e08 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 @@ -81,10 +82,14 @@ fi if [[ -s "/opt/homebrew/bin/brew" ]]; then . /opt/homebrew/etc/profile.d/z.sh else - if [[ -s "/usr/share/z/z.sh" ]]; then - . /usr/share/z/z.sh + if [[ -s "/usr/libexec/z.sh" ]]; then + . /usr/libexec/z.sh else - . /usr/local/etc/profile.d/z.sh + if [[ -s "/usr/share/z/z.sh" ]]; then + . /usr/share/z/z.sh + else + . /usr/local/etc/profile.d/z.sh + fi fi fi