summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-17 09:47:58 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-17 09:47:58 +0300
commitc5e24d843bbd77e04567a982bf41215dcdf8f688 (patch)
treebcad3577287d7cd4dc5e08a966b9ea60069c824a
parentdd09ce6efc8aeaa22f935a0daf888b88c6736b13 (diff)
spello
-rw-r--r--config/lean.zsh2
-rwxr-xr-xinternal/p10k.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/lean.zsh b/config/lean.zsh
index d6d719b1..fb4cddaf 100644
--- a/config/lean.zsh
+++ b/config/lean.zsh
@@ -256,7 +256,7 @@ fi
typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}'
# If set to true, time will update when you hit enter. This way prompts for the past
# commands will contain the start times of their commands as opposed to the default
- # behavior where they contain the end times of their preceeding commands.
+ # behavior where they contain the end times of their preceding commands.
typeset -g POWERLEVEL9K_TIME_UPDATE_ON_COMMAND=false
}
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 23d2d440..bee491a5 100755
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -1857,7 +1857,7 @@ set_default POWERLEVEL9K_TIME_FORMAT "%D{%H:%M:%S}"
set_default POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME false
# If set to true, time will update when you hit enter. This way prompts for the past
# commands will contain the start times of their commands as opposed to the default
-# behavior where they contain the end times of their preceeding commands.
+# behavior where they contain the end times of their preceding commands.
set_default POWERLEVEL9K_TIME_UPDATE_ON_COMMAND false
prompt_time() {
if (( ! $+_P9K_TIME_TEXT )); then