mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
12 lines
209 B
Fish
12 lines
209 B
Fish
starship init fish | source
|
|
|
|
if test -d ~/.asdf
|
|
source ~/.asdf/asdf.fish
|
|
else
|
|
source (brew --prefix)/opt/asdf/libexec/asdf.fish
|
|
end
|
|
|
|
source ~/.aliases.local
|
|
|
|
set fish_user_paths .git/safe/../../bin ~/.bin
|