fish-aliases/functions/gitc.fish

4 lines
95 B
Fish

function gitc --description 'git commit with signing'
command git commit -S -m "$argv"
end