4 lines
93 B
Fish
4 lines
93 B
Fish
|
|
function gaa --wraps='git add .' --description 'alias gaa=git add .'
|
||
|
|
git add . $argv
|
||
|
|
end
|