7 lines
176 B
Fish
7 lines
176 B
Fish
. ~/.cargo/env.fish
|
|
|
|
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
zoxide init --cmd cd fish | source
|
|
atuin init fish | source
|
|
end
|