fish-shell/share
ridiculousfish 87428672d8 Fix funcsave to not delete the function it just created
In 73f344f41b, we allowed autoloaded functions to be deleted.
For some reason, funcsave immediately deletes the function it
creates. This previously did very little, since the function would
immediately be re-autoloaded, but with the fix for 73f344f41b
the function gets tombstoned. So the effect is that funcsave
makes the function disappear! This simply removes the erase call,
which dates back to fish 1.x.
2015-04-06 22:40:13 -07:00
..
completions systemctl: Fix devices/slices/scopes/swaps completion 2015-03-11 13:29:18 +08:00
functions Fix funcsave to not delete the function it just created 2015-04-06 22:40:13 -07:00
tools Use $PWD instead of (pwd) in sample prompt 2015-03-24 17:03:40 -07:00
config.fish Source files /etc/profile.d/*.fish at startup 2015-03-24 16:46:25 -07:00