mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
reduce wizard's minimum terminal size requirements
This commit is contained in:
parent
fa90d99636
commit
dc8e654165
2 changed files with 23 additions and 31 deletions
|
|
@ -1,5 +1,5 @@
|
|||
typeset -gr __p9k_wizard_columns=80
|
||||
typeset -gr __p9k_wizard_lines=27
|
||||
typeset -gr __p9k_wizard_columns=76
|
||||
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]}
|
||||
typeset -gr __p9k_cfg_basename=.p10k.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue