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'