add fossil
This commit is contained in:
parent
b346d10306
commit
0810927136
2 changed files with 185 additions and 0 deletions
|
@ -128,6 +128,12 @@ main()
|
|||
|
||||
for plugin in "${plugins[@]}"; do
|
||||
|
||||
if [ $plugin = "fossil" ]; then
|
||||
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-fossil-colors" "green dark_gray")
|
||||
tmux set-option -g status-right-length 250
|
||||
script="#($current_dir/fossil.sh)"
|
||||
fi
|
||||
|
||||
if [ $plugin = "git" ]; then
|
||||
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-git-colors" "green dark_gray")
|
||||
tmux set-option -g status-right-length 250
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue