From dc78c7d31205385fe159e574349335c091251dac Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Mon, 4 Nov 2024 00:52:44 +0530 Subject: [PATCH] feat: update no repo icon --- scripts/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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