dotfiles/.config/fish/functions/rm.fish

4 lines
81 B
Fish

function rm --wraps=gomi --description 'alias rm=gomi'
gomi $argv
end