diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 19:21:37 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 19:21:37 +0300 |
commit | a6b572da4597626fb55b11abb9d3fb0dc255a5cd (patch) | |
tree | 5811d3e3b3a83b985e236a8cd2646b306216202a /internal/configure.zsh | |
parent | 070697a91401e1fb06ca7affa306b303b6d7701c (diff) |
add p10k configure
Diffstat (limited to 'internal/configure.zsh')
-rw-r--r-- | internal/configure.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configure.zsh b/internal/configure.zsh index 9e676183..4dc8de1c 100644 --- a/internal/configure.zsh +++ b/internal/configure.zsh @@ -14,7 +14,7 @@ function _p9k_can_configure() { setopt err_return extended_glob no_prompt_{bang,subst} prompt_{cr,percent,sp} [[ $1 == '-q' ]] && local -i q=1 || local -i q=0 function $0_error() { - (( q )) || print -P "%1F[ERROR]%f %Bp9k_configure%b: $1" >&2 + (( q )) || print -P "%1F[ERROR]%f %Bp10k configure%b: $1" >&2 return 1 } { |