Browse Source

Fix wrong prompt timestamp

Thomas Dy 9 years ago
parent
commit
9a8c915605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .zsh/prompt.zsh

+ 1 - 1
.zsh/prompt.zsh

@@ -3,7 +3,7 @@ autoload -U colors && colors
 setopt promptsubst
 setopt promptpercent
 
-local time='%F{cyan}%B[%D{%H:%m}]%b%f'
+local time='%F{cyan}%B[%D{%H:%M}]%b%f'
 local user='%F{yellow}%B%n%b%f'
 local host='%F{blue}%B%M%b%f'
 local dir='%F{yellow}%~%f'