8 lines
189 B
Fish
8 lines
189 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
zoxide init --cmd cd fish | source
|
|
atuin init fish | source
|
|
|
|
mise activate fish | source
|
|
end
|
|
|