dotfiles/.config/fish/functions/grm.fish

5 lines
91 B
Fish

function grm --wraps='git rm' --description 'alias grm=git rm'
git rm $argv
end