From e28640ae5c679e57778a0bfc7772ea1ab59afdd7 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 10 Nov 2022 20:40:14 +0330 Subject: update --- tmux/vcs_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/vcs_info.sh b/tmux/vcs_info.sh index 2215f7f..375ad5e 100755 --- a/tmux/vcs_info.sh +++ b/tmux/vcs_info.sh @@ -63,7 +63,7 @@ function repo_info { insertions=$(git --no-pager diff --numstat | awk '{sum1+=$1}END{print sum1}') git remote -v | grep github > /dev/null 2>&1 if [[ $? == 0 ]]; then - echo  + echo   else echo  fi -- cgit v1.2.3