summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/pure.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pure.zsh-theme b/themes/pure.zsh-theme
index 1473194a5..0e5681cc7 100644
--- a/themes/pure.zsh-theme
+++ b/themes/pure.zsh-theme
@@ -61,7 +61,7 @@ cmd_exec_time() {
[ $elapsed -gt 5 ] && echo ${elapsed}s
}
-# Get the intial timestamp for cmd_exec_time
+# Get the initial timestamp for cmd_exec_time
#
preexec() {
cmd_timestamp=`date +%s`