bens-dotfiles/fish/.config/fish/functions/rm.fish

4 lines
40 B
Fish

function rm
command rm -I $argv
end