Fix timestamp in prompt
This commit is contained in:
parent
3ca141fed0
commit
b22a16bc13
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
local current_time="[%B%D{%T:%M:%S}%b]"
|
||||
local current_time="[%B%D{%T}%b]"
|
||||
local current_dir='%B%F{blue}%~%f%b'
|
||||
|
||||
# user
|
||||
|
|
Loading…
Reference in a new issue