In fishshell, I can create and save a function very easy, like:
function aaa echo helloendfuncsave aaa
But how to view the body of the function aaa
from command line easily? Is there any way other than:
echo ~/.config/fish/functions/aaa.fish
In fishshell, I can create and save a function very easy, like:
function aaa echo helloendfuncsave aaa
But how to view the body of the function aaa
from command line easily? Is there any way other than:
echo ~/.config/fish/functions/aaa.fish