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