mirror of https://github.com/bjeanes/dotfiles.git
4 lines
33 B
Fish
4 lines
33 B
Fish
|
function ga
|
||
|
git add $argv;
|
||
|
end
|