dotfiles/.config/fish/functions/commit.fish

3 lines
130 B
Fish

function commit -d 'Commit staged changes using Opencode'
opencode run Commit the staged changes with conventional style.
end