I defined the hello function in fishshell:
function hello echo Hello end
And save it:
funcsave hello
If I want to delete it, I can delete the file ~/.config/fish/functions/hello.fish .
Is there any other way to do this? (e.g. built-in funcdel or funcrm )
function fish
Freewind
source share