`-v` is not supported in zsh 5.1.1

This commit is contained in:
gscalise 2019-03-14 13:09:55 +00:00 committed by GitHub
parent 6d895fcf57
commit 7e64f1cac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
# Bail out if it's not the first time the file is being sourced.
# Second sourcing will cause mayhem.
[[ -v _P9K_SOURCED ]] && return
[[ -n "${_P9K_SOURCED}" ]] && return
readonly _P9K_SOURCED=1
typeset -g _P9K_INSTALLATION_DIR