Merge pull request #179 from bryan-hoang/master

fix(dracula.sh): fix execution errors
This commit is contained in:
Ethan Edwards 2022-11-08 09:47:33 -05:00 committed by GitHub
commit ffc6ef8efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
scripts/dracula.sh Normal file → Executable file
View file

@ -172,6 +172,7 @@ main()
if [ $plugin = "spotify-tui" ]; then if [ $plugin = "spotify-tui" ]; then
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-spotify-tui-colors" "green dark_gray") IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-spotify-tui-colors" "green dark_gray")
script="#($current_dir/spotify-tui.sh)" script="#($current_dir/spotify-tui.sh)"
fi
if [ $plugin = "kubernetes-context" ]; then if [ $plugin = "kubernetes-context" ]; then
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-kubernetes-context-colors" "cyan dark_gray") IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-kubernetes-context-colors" "cyan dark_gray")