1
0
Fork 0
vdotfiles/cli/.config/fish/functions/gci.fish

3 lines
46 B
Fish

function gci
command git commit $argv
end