aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-11-06 16:24:37 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-11-06 16:24:37 +0300
commitfc70afc6bf923f8a0c355a9580e30243aca3d2bf (patch)
tree549b9cbad869dec08b4bba3f9ae8e5ec0b691c3c
parent2ba8df9ddcd0ca2008bccab2de15b6d8300e7a66 (diff)
remove second declration of POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS
-rw-r--r--internal/p10k.zsh1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 544298c6..3cfc163d 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -4815,7 +4815,6 @@ _p9k_init_params() {
# These correspond to `java -fullversion` and `java -version` respectively.
_p9k_declare -b POWERLEVEL9K_JAVA_VERSION_FULL 1
_p9k_declare -b POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE 0
- _p9k_declare -F POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS
local -i i=1
while (( i <= $#_POWERLEVEL9K_LEFT_PROMPT_ELEMENTS )); do