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

5 lines
82 B
Fish

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