X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/b945717bde6231332093f4715e492c8ed7c6bd8a..08ea1b60270d697fff5992eb9b665cec35493b6d:/runcoms/zshrc diff --git a/runcoms/zshrc b/runcoms/zshrc index 153d73d..9555055 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -86,12 +86,20 @@ fi if [[ -s "/opt/homebrew/bin/brew" ]]; then . /opt/homebrew/etc/profile.d/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 # ASDF if ! command -v brew &> /dev/null; then - . $HOME/.asdf/asdf.sh + if [[ -s "/opt/asdf-vm/asdf.sh" ]]; then + . /opt/asdf-vm/asdf.sh + else + . $HOME/.asdf/asdf.sh + fi else . $(brew --prefix asdf)/libexec/asdf.sh fi