mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
11 lines
218 B
Fish
11 lines
218 B
Fish
fish_add_path /opt/homebrew/bin
|
|
fish_add_path /opt/homebrew/sbin
|
|
|
|
starship init fish | source
|
|
|
|
source (brew --prefix)/opt/asdf/libexec/asdf.fish
|
|
|
|
source ~/.aliases.local
|
|
|
|
set fish_user_paths .git/safe/../../bin ~/.bin
|