aboutsummaryrefslogtreecommitdiff
path: root/internal/parser.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'internal/parser.zsh')
-rw-r--r--internal/parser.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/parser.zsh b/internal/parser.zsh
index 1f5d6eb3..7fe96abd 100644
--- a/internal/parser.zsh
+++ b/internal/parser.zsh
@@ -141,7 +141,7 @@ function _p9k_parse_buffer() {
local rcquotes
[[ -o rcquotes ]] && rcquotes=rcquotes
- eval $__p9k_intro
+ eval "$__p9k_intro"
setopt no_nomatch $rcquotes
typeset -ga P9K_COMMANDS=()