dotfiles/fish/functions/gau

4 lines
37 B
Plaintext
Executable File

function gau
git add -u $argv;
end