diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-10 17:10:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-10 17:10:14 +0000 |
commit | e28640ae5c679e57778a0bfc7772ea1ab59afdd7 (patch) | |
tree | 7e70a13d4dac5a5760f2aa9241e25ba4002f630b /tmux/vcs_info.sh | |
parent | update (diff) | |
download | scripts-e28640ae5c679e57778a0bfc7772ea1ab59afdd7.tar.gz scripts-e28640ae5c679e57778a0bfc7772ea1ab59afdd7.zip |
update
Diffstat (limited to 'tmux/vcs_info.sh')
-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 |