fish_functions/alias/gcmsg.fish

5 lines
116 B
Fish
Raw Normal View History

2025-01-27 22:36:18 +01:00
function gcmsg --wraps='git commit -m' --description 'alias gcmsg=git commit -m'
git commit -m $argv
end