Skip to content

Instantly share code, notes, and snippets.

@vnys
Last active May 13, 2017 09:47
Show Gist options
  • Select an option

  • Save vnys/aa44fca3e35d8e5a474303e5a93efac9 to your computer and use it in GitHub Desktop.

Select an option

Save vnys/aa44fca3e35d8e5a474303e5a93efac9 to your computer and use it in GitHub Desktop.
Diverse fish dill

Fra http://stackoverflow.com/a/2763014

alias rmi "rm -i"

# This is equivalent to entering the following function:

function rmi
    rm -i $argv
end

# Then, to save it across terminal sessions:

funcsave rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment