if $FISH_VERSION not empty user_dumb("sourced ~/.profile in fish.config"); end Not easy to catch, though. Might require replacing the line in .profile, because the sourced file is unfortunately syntax-checked before execution.
if $FISH_VERSION not empty
user_dumb("sourced ~/.profile in fish.config");
end
Not easy to catch, though. Might require replacing the line in .profile, because the sourced file is unfortunately syntax-checked before execution.