fish: add asdf shims to path

This commit is contained in:
Charles Gould 2025-02-27 14:10:01 -06:00
parent 7d7e64f771
commit 689622df6f

View File

@ -14,7 +14,7 @@ if status --is-interactive
command -q zoxide; and zoxide init fish | source command -q zoxide; and zoxide init fish | source
# If installed, setup asdf # If installed, setup asdf
command -q asdf; and source (brew --prefix asdf)/libexec/asdf.fish set -q ASDF_DATA_DIR; and fish_add_path --prepend "$ASDF_DATA_DIR/shims"
# Git prompt # Git prompt
set -g __fish_git_prompt_showdirtystate 1 set -g __fish_git_prompt_showdirtystate 1