Browse Source

'themes/pure.zsh-theme: Solve typos'

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Patrick José Pereira 8 years ago
parent
commit
747b6ec5f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/pure.zsh-theme

+ 1 - 1
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`