Merge pull request #179 from bryan-hoang/master
fix(dracula.sh): fix execution errors
This commit is contained in:
commit
ffc6ef8efb
1 changed files with 1 additions and 0 deletions
1
scripts/dracula.sh
Normal file → Executable file
1
scripts/dracula.sh
Normal file → Executable file
|
@ -172,6 +172,7 @@ main()
|
|||
if [ $plugin = "spotify-tui" ]; then
|
||||
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-spotify-tui-colors" "green dark_gray")
|
||||
script="#($current_dir/spotify-tui.sh)"
|
||||
fi
|
||||
|
||||
if [ $plugin = "kubernetes-context" ]; then
|
||||
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-kubernetes-context-colors" "cyan dark_gray")
|
||||
|
|
Loading…
Reference in a new issue