Merge pull request #174 from nunojsa/dev/git-remote-info

This commit is contained in:
Ethan Edwards 2023-02-01 07:22:31 -05:00 committed by GitHub
commit b346d10306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 8 deletions

View file

@ -130,7 +130,8 @@ main()
if [ $plugin = "git" ]; then
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-git-colors" "green dark_gray")
script="#($current_dir/git.sh)"
tmux set-option -g status-right-length 250
script="#($current_dir/git.sh)"
fi
if [ $plugin = "battery" ]; then