mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
wizard now reacts to terminal size changes and can function at much smaller terminal dimensions; fixes #649
This commit is contained in:
parent
aca2f19fa3
commit
5baecd66db
2 changed files with 922 additions and 1176 deletions
|
@ -1,5 +1,5 @@
|
|||
typeset -gr __p9k_wizard_columns=55
|
||||
typeset -gr __p9k_wizard_lines=21
|
||||
typeset -gr __p9k_wizard_columns=51
|
||||
typeset -gr __p9k_wizard_lines=12
|
||||
typeset -gr __p9k_zd=${ZDOTDIR:-$HOME}
|
||||
typeset -gr __p9k_zd_u=${${${(q)__p9k_zd}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%}
|
||||
typeset -gr __p9k_zshrc=${${:-$__p9k_zd/.zshrc}:A}
|
||||
|
|
1632
internal/wizard.zsh
1632
internal/wizard.zsh
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue