Skip to content

Commit

Permalink
iterm yadm status: Empty if clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pe committed May 20, 2024
1 parent 2c495c4 commit 68cb32f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def calculate():
return [" – ".join(filter(None, [ahead_behind, " ".join(paths)])),
" – ".join(filter(None, [ahead_behind, " ".join(filenames)])),
" – ".join(filter(None, [ahead_behind, file_count]))]
return ""
return ""

async def main(connection):
component = iterm2.StatusBarComponent(
Expand Down

0 comments on commit 68cb32f

Please sign in to comment.