4 lines
113 B
Fish
4 lines
113 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
zoxide init fish | source
|
|
end
|