aboutsummaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rwxr-xr-xtmux/vcs_info.sh2
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