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:
parent
ad24a42456
commit
d7338a7af3
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user