wizard: reduce the minimum required terminal width from 80 to 51

This commit is contained in:
romkatv 2019-09-02 17:32:45 +02:00
commit db6d36e09f
2 changed files with 18 additions and 13 deletions

View file

@ -1,4 +1,4 @@
typeset -gr __p9k_wizard_columns=80
typeset -gr __p9k_wizard_columns=51
typeset -gr __p9k_wizard_lines=21
typeset -gr __p9k_zd=${${ZDOTDIR:-$HOME}:A}
typeset -gr __p9k_zd_u=${${${(q-)__p9k_zd}/#(#b)$HOME(|\/*)/'~'$match[1]}//\%/%%}