diff --git a/lib/git/status_shortcuts.rb b/lib/git/status_shortcuts.rb index 9f49152..cd7d8ea 100644 --- a/lib/git/status_shortcuts.rb +++ b/lib/git/status_shortcuts.rb @@ -68,8 +68,7 @@ exit if @changes.size > ENV["gs_max_changes"].to_i # Counter for env variables @e = 0 - -# Heading +# Show how many commits ahead we are from origin ahead = @ahead ? " #{@c[:dark]}| #{@c[:new]}+#{@ahead}#{@c[:rst]}" : ""