mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: update no repo icon
This commit is contained in:
parent
6088bf0829
commit
dc78c7d312
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ source "$current_dir"/utils.sh
|
||||||
hide_status=$(get_tmux_option '@tmux2k-git-disable-status' 'false')
|
hide_status=$(get_tmux_option '@tmux2k-git-disable-status' 'false')
|
||||||
current_symbol=$(get_tmux_option '@tmux2k-git-show-current-symbol' '')
|
current_symbol=$(get_tmux_option '@tmux2k-git-show-current-symbol' '')
|
||||||
diff_symbol=$(get_tmux_option '@tmux2k-git-show-diff-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() {
|
get_changes() {
|
||||||
declare -i added=0
|
declare -i added=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue