Improve tab completion

This commit is contained in:
William Hilton 2015-11-03 01:13:04 -05:00
parent 30c9f2ab4f
commit 5f2a90a749
2 changed files with 37 additions and 10 deletions

View file

@ -29,7 +29,7 @@ if [ -z "$2" ]; then
git add -u :/
else
echo Staging "${@:2}"
git add "${@:2}"
git add --all "${@:2}"
fi
;;