1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Fix fish config for local asdf install

This commit is contained in:
Daniel Barber 2024-07-16 22:58:16 -05:00
parent ad24a42456
commit d7338a7af3

View File

@ -1,9 +1,10 @@
fish_add_path /opt/homebrew/bin
fish_add_path /opt/homebrew/sbin
starship init fish | source
source (brew --prefix)/opt/asdf/libexec/asdf.fish
if test -d ~/.asdf
source ~/.asdf/asdf.fish
else
source (brew --prefix)/opt/asdf/libexec/asdf.fish
end
source ~/.aliases.local