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

5 lines
92 B
Fish

function ga --wraps='git add' --description 'alias ga=git add'
git add $argv
end