5 lines
124 B
Fish
5 lines
124 B
Fish
|
|
if status is-interactive
|
|
fish_add_path /root/.cargo/bin/
|
|
# Commands to run in interactive sessions can go here
|
|
end
|