dotfiles/.config/fish/functions/ga.fish

5 lines
84 B
Fish

# Defined in /tmp/fish.82JlO9/ga.fish @ line 1
function ga
git commit -a $argv
end