sushi/conf.d/g.fish
2025-05-24 02:53:27 +02:00

7 lines
91 B
Fish

function commit
g commit --all
end
function commit_done
g commit --all --done
end