Merge pull request #174 from nunojsa/dev/git-remote-info
This commit is contained in:
commit
b346d10306
3 changed files with 38 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue