fish_functions/alias/ga.fish

4 lines
92 B
Fish

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