aboutsummaryrefslogtreecommitdiff
path: root/internal/configure.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-26 20:32:46 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-26 20:32:46 +0300
commit5baecd66db3ce32ef76fc23fc6f43f97f8d3de29 (patch)
tree250f0cf692d743558c49952bbce5e9c2a0d9fba7 /internal/configure.zsh
parentaca2f19fa385f01e7f9bef69316e8929707bac7b (diff)
wizard now reacts to terminal size changes and can function at much smaller terminal dimensions; fixes #649
Diffstat (limited to 'internal/configure.zsh')
-rw-r--r--internal/configure.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/configure.zsh b/internal/configure.zsh
index b8bc5768..5b3df9ad 100644
--- a/internal/configure.zsh
+++ b/internal/configure.zsh
@@ -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}