diff options
Diffstat (limited to '')
-rwxr-xr-x | tmux/vcs_info.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |