8 lines
147 B
Fish
8 lines
147 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
if type -q fenv
|
|
fenv source ~/.profile
|
|
end
|
|
end
|
|
|