fish: add asdf shims to path
This commit is contained in:
parent
7d7e64f771
commit
689622df6f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user