Tag: alias
Fish Alias/Function Location
January 5, 2008
The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’
Creating an Alias in fish shell
November 28, 2007
Fish shell has an easy method to create a command alias… alias del=’rm’ save_function del
Create a Permanent Alias in Fish Shell
October 28, 2007
This is how you create a permanent alias is fish… alias x=’exit’ save_function x
Recent Comments