summaryrefslogtreecommitdiff
path: root/internal/configure.zsh
diff options
context:
space:
mode:
authorbrettm12345 <brettmandler@gmail.com>2020-02-16 04:10:18 +0300
committerbrettm12345 <brettmandler@gmail.com>2020-02-16 04:10:18 +0300
commit9017e5815cb2b6a0c238d1386620199c49b458a0 (patch)
treeaebe52e0d39e2c98173149f37a8a6312a5010189 /internal/configure.zsh
parentae4650b40d2f12cb3759de8ac52c7fb427f02f85 (diff)
Remove the extra variable and inline the test
Diffstat (limited to 'internal/configure.zsh')
-rw-r--r--internal/configure.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/configure.zsh b/internal/configure.zsh
index b07aa066..39429f98 100644
--- a/internal/configure.zsh
+++ b/internal/configure.zsh
@@ -10,8 +10,6 @@ typeset -gr __p9k_zshrc=${${:-$__p9k_zd/.zshrc}:A}
typeset -gr __p9k_zshrc_u=$__p9k_zd_u/.zshrc
typeset -gr __p9k_root_dir_u=${${${(q)__p9k_root_dir}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%}
-typeset -gr __p9k_writeable_zsh=$(test ! -e $__p9k_zshrc || test -w $__p9k_zshrc)
-
function _p9k_can_configure() {
[[ $1 == '-q' ]] && local -i q=1 || local -i q=0
function $0_error() {