diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-09-01 15:43:16 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-09-01 15:43:16 +0300 |
commit | 4bed2dc8c0aff2394d409606f931412df471f075 (patch) | |
tree | a8d816a86769dc93dc1997c346cbb52dcc2912f0 /internal/configure.zsh | |
parent | fff03ea88804a75031c158b3627cd216ac457530 (diff) |
wizard: add an option to enable `time` segment
Diffstat (limited to 'internal/configure.zsh')
-rw-r--r-- | internal/configure.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configure.zsh b/internal/configure.zsh index c04ad413..811bc28d 100644 --- a/internal/configure.zsh +++ b/internal/configure.zsh @@ -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 } |