fix(zsh): path to asdf

This commit is contained in:
Stefan Imhoff
2023-04-14 07:31:12 +02:00
parent ca6a62c631
commit 565ebd869d
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ export MANPATH="/usr/local/man:$MANPATH"
export BAT_PAGER="less -R"
# Asdf
. /usr/local/opt/asdf/libexec/asdf.sh
. "$(brew --prefix)/opt/asdf/libexec/asdf.sh"
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
# Volta