aboutsummaryrefslogtreecommitdiff
path: root/internal/configure.zsh
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-07-29 18:01:40 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-07-29 18:01:40 +0300
commitf851f41fc14d5bd66266b4b4af917d50c1c8b7fe (patch)
tree6f572f06c598fb27d35eb7f3177c6e6005a76993 /internal/configure.zsh
parent9bb15e9ffbf43663a77949ea31d6f18c74e8981c (diff)
remove MULTIBYTE requirement from the configuration wizard (#2397)
Diffstat (limited to 'internal/configure.zsh')
-rw-r--r--internal/configure.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/configure.zsh b/internal/configure.zsh
index 3e880f23..0e13bdec 100644
--- a/internal/configure.zsh
+++ b/internal/configure.zsh
@@ -18,7 +18,6 @@ function _p9k_can_configure() {
typeset -g __p9k_cfg_path=${__p9k_cfg_path_o:A}
typeset -g __p9k_cfg_path_u=${${${(q)__p9k_cfg_path_o}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%}
{
- [[ -o multibyte ]] || { $0_error "multibyte option is not set"; return 1 }
[[ -e $__p9k_zd ]] || { $0_error "$__p9k_zd_u does not exist"; return 1 }
[[ -d $__p9k_zd ]] || { $0_error "$__p9k_zd_u is not a directory"; return 1 }
[[ ! -d $__p9k_cfg_path ]] || { $0_error "$__p9k_cfg_path_u is a directory"; return 1 }