eendroroy / alien

An asynchronous zsh prompt
https://eendroroy.github.io/alien
MIT License
307 stars 45 forks source link

Date format in prompt #15

Closed aborigeno closed 6 years ago

aborigeno commented 6 years ago
eendroroy commented 6 years ago

Try the following config. I have just added it :) https://github.com/eendroroy/alien#date-format

export ALIEN_DATE_TIME_FORMAT=%H:%M:%S # default is %r
aborigeno commented 6 years ago

Very nice, work as expected. Thanks