diff --git a/scripts/git.sh b/scripts/git.sh index 1c309c6..246aa2e 100755 --- a/scripts/git.sh +++ b/scripts/git.sh @@ -6,7 +6,7 @@ source "$current_dir"/utils.sh hide_status=$(get_tmux_option '@tmux2k-git-disable-status' 'false') current_symbol=$(get_tmux_option '@tmux2k-git-show-current-symbol' '') diff_symbol=$(get_tmux_option '@tmux2k-git-show-diff-symbol' '') -no_repo_message=$(get_tmux_option '@tmux2k-git-no-repo-message' '') +no_repo_message=$(get_tmux_option '@tmux2k-git-no-repo-message' '') get_changes() { declare -i added=0