11 lines
347 B
Fish
11 lines
347 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
if ! contains -- /opt/homebrew/bin $fish_user_paths
|
|
fish_add_path /opt/homebrew/bin
|
|
end
|
|
end
|
|
|
|
# Added by OrbStack: command-line tools and integration
|
|
# This won't be added again if you remove it.
|
|
source ~/.orbstack/shell/init2.fish 2>/dev/null || :
|