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

4 lines
43 B
Fish

function grm -d "git rm"
git rm $argv
end