Last active
April 18, 2019 18:52
-
-
Save sofakingworld/095511067eb9f46edfe28c6ee016ffb3 to your computer and use it in GitHub Desktop.
Timestamps in console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21:49:09 ➜ ~ echo 'Hello world' | |
Hello world |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add the line below in the end of `~/.zshrc` | |
PROMPT='%D{%H:%M:%S} ${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}${NEWLINE} ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment