cm.fish (113B)
1 function cm --wraps='git commit -m ' --description 'alias cm git commit -m ' 2 git commit -m $argv 3 4 end