disable prompt_subst

This commit is contained in:
romkatv 2019-07-29 17:45:53 +02:00
parent 742ddb459f
commit d872930c5c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ typeset -gr __p9k_root_dir_u=${${(q-)__p9k_root_dir}/#(#b)$HOME(|\/*)/'~'$match[
function _p9k_can_configure() {
emulate -L zsh
setopt err_return
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