wizard: add an option to enable time segment

This commit is contained in:
romkatv 2019-09-01 14:43:16 +02:00
commit 4bed2dc8c0
3 changed files with 63 additions and 24 deletions

View file

@ -65,7 +65,7 @@ function p9k_configure() {
if (( $#p )); then
typeset -x -- $p
fi
$__p9k_root_dir/internal/wizard.zsh -d $__p9k_root_dir -f $awesome
$__p9k_root_dir/internal/wizard.zsh -d $__p9k_root_dir -f
) || return
source $__p9k_cfg_path
}