Mercurial > dotfiles
diff dot_zshrc @ 687:6aabd0b8d766
feat: install asdf directly without brew
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 02 Oct 2022 18:43:18 +0200 |
parents | 128696498485 |
children | f9eadf5e6d57 |
line wrap: on
line diff
--- a/dot_zshrc Sun Oct 02 18:22:00 2022 +0200 +++ b/dot_zshrc Sun Oct 02 18:43:18 2022 +0200 @@ -249,11 +249,8 @@ [ -f ~/.zshrc.local ] && source ~/.zshrc.local -# Must run after brew is loaded -if command -v brew &> /dev/null -then - source $(brew --prefix asdf)/libexec/asdf.sh -fi +source $HOME/.asdf/asdf.sh +fpath=(${ASDF_DIR}/completions $fpath) if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc" ] then