|
|
@ -10,7 +10,7 @@ typeset -gr __p9k_zshrc=${${:-$__p9k_zd/.zshrc}:A}
|
|
|
|
typeset -gr __p9k_zshrc_u=$__p9k_zd_u/.zshrc
|
|
|
|
typeset -gr __p9k_zshrc_u=$__p9k_zd_u/.zshrc
|
|
|
|
typeset -gr __p9k_root_dir_u=${${${(q)__p9k_root_dir}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%}
|
|
|
|
typeset -gr __p9k_root_dir_u=${${${(q)__p9k_root_dir}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%}
|
|
|
|
|
|
|
|
|
|
|
|
typeset -gr __p9k_readonly_zsh=$(test ! -e $__p9k_zshrc || test -w $__p9k_zshrc)
|
|
|
|
typeset -gr __p9k_writeable_zsh=$(test ! -e $__p9k_zshrc || test -w $__p9k_zshrc)
|
|
|
|
|
|
|
|
|
|
|
|
function _p9k_can_configure() {
|
|
|
|
function _p9k_can_configure() {
|
|
|
|
[[ $1 == '-q' ]] && local -i q=1 || local -i q=0
|
|
|
|
[[ $1 == '-q' ]] && local -i q=1 || local -i q=0
|
|
|
|