summaryrefslogtreecommitdiff
path: root/themes/pure.zsh-theme
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2016-12-30 18:39:43 +0100
committerGitHub <noreply@github.com>2016-12-30 18:39:43 +0100
commit9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648 (patch)
tree535e8614fcf7508e2f6775212cb76e6f109d0215 /themes/pure.zsh-theme
parent97c03841691021f916c46b2fd2d089d7970400aa (diff)
parent0f498e8d458f941556dac8929b7dedfe99e4fe3f (diff)
downloadzsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.tar.gz
zsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.tar.bz2
zsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.zip
Solving some random typos: #5736 (patrickelectric/typos)
Diffstat (limited to 'themes/pure.zsh-theme')
-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`