From 689622df6f6a60cd550584ae6097980e02878d3a Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Thu, 27 Feb 2025 14:10:01 -0600 Subject: [PATCH] fish: add asdf shims to path --- fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/config.fish b/fish/config.fish index 9da9150..844c7f2 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -14,7 +14,7 @@ if status --is-interactive command -q zoxide; and zoxide init fish | source # 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 set -g __fish_git_prompt_showdirtystate 1