feat: update git diff symbol

This commit is contained in:
Abhishek Keshri 2024-11-04 02:16:00 +05:30
parent 9dbd5bb077
commit be70e2e352
No known key found for this signature in database

View file

@ -5,7 +5,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() {