From cf37be73d47d5aa3d868a729ce3d56d0215c7e34 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Mon, 13 Aug 2012 01:58:44 +1200 Subject: [PATCH] add => Added --- lib/git/status_shortcuts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git/status_shortcuts.sh b/lib/git/status_shortcuts.sh index 82e8a7c..a69c499 100644 --- a/lib/git/status_shortcuts.sh +++ b/lib/git/status_shortcuts.sh @@ -86,7 +86,7 @@ git_silent_add_shortcuts() { git rm "$file" else git add "$file" - echo -e "# add '$file'" + echo -e "# Added '$file'" fi done IFS=$' \t\n'