Skip to content

Commit ffc6ef8

Browse files
Merge pull request dracula#179 from bryan-hoang/master
fix(dracula.sh): fix execution errors
2 parents 3943288 + e057d06 commit ffc6ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dracula.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ main()
172172
if [ $plugin = "spotify-tui" ]; then
173173
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-spotify-tui-colors" "green dark_gray")
174174
script="#($current_dir/spotify-tui.sh)"
175+
fi
175176

176177
if [ $plugin = "kubernetes-context" ]; then
177178
IFS=' ' read -r -a colors <<<$(get_tmux_option "@dracula-kubernetes-context-colors" "cyan dark_gray")

0 commit comments

Comments
 (0)