Skip to content

Commit

Permalink
Suppress warning of WARN_CREATE_GLOBAL option (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan authored and sindresorhus committed Jun 23, 2019
1 parent 54e909f commit fd5180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ prompt_pure_preexec() {

# Change the colors if their value are different from the current ones.
prompt_pure_set_colors() {
local color_temp
local color_temp key value
for key value in ${(kv)prompt_pure_colors}; do
zstyle -t ":prompt:pure:$key" color "$value"
case $? in
Expand Down

0 comments on commit fd5180d

Please sign in to comment.