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

4 lines
44 B
Fish

function ga -d "git add"
git add $argv
end