I find this a bit annoying as well. Took me a little while to realise this,
but when editing/debugging a function, a workaround is to source the file
immediately before running it:
$ source foo.fish ; foo
Michael
On Sat, Aug 19, 2017 at 3:37 PM, David Adam
wrote:
> On Sat, 19 Aug 2017, Mark
On Sat, 19 Aug 2017, Mark Volkmann wrote:
> I noticed that I can
> define a function in a .fish file that just echoes text,
> call the function as a command to see the text,
> modify the text in the file,
> save the file,
> run the function again and NOT see the change,
> run it again and see the c