Create a Permanent Alias in Fish Shell

Tagged with: , , , , ,

This is how you create a permanent alias is fish


alias x='exit'
save_function x

One Response to “Create a Permanent Alias in Fish Shell

  • 1
    Muhammad Alkarouri
    June 5th, 2008 01:02

    Thanks for the tip. The command save_function was renamed to funcsave some time ago, and the latter is what works for me.

Leave a Reply