28 Oct Create a Permanent Alias in Fish Shell This is how you create a permanent alias is fish… alias x='exit' save_function x
Muhammad Alkarouri - June 5, 2008 at 1:02 am Thanks for the tip. The command save_function was renamed to funcsave some time ago, and the latter is what works for me. Reply
Thanks for the tip. The command save_function was renamed to funcsave some time ago, and the latter is what works for me.