You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ type resource
resource is a functionwith definition
functionresourcesource~/.config/fish/config.fish
end
why doesn't this actually work to re-source the file again?
I edit the config.fish file, and add a set -x BLAH foo for instance, but running resource will not honor it, and I have to run source ~/.config/fish/config.fish manually
why doesn't this actually work to re-source the file again?
I edit the config.fish file, and add a
set -x BLAH foofor instance, but runningresourcewill not honor it, and I have to runsource ~/.config/fish/config.fishmanually