dotfiles/.config/fish/functions/grm.fish
2022-07-07 11:32:27 -05:00

4 lines
43 B
Fish

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