Skip to content

Instantly share code, notes, and snippets.

@sofakingworld
Last active April 18, 2019 18:52
Show Gist options
  • Save sofakingworld/095511067eb9f46edfe28c6ee016ffb3 to your computer and use it in GitHub Desktop.
Save sofakingworld/095511067eb9f46edfe28c6ee016ffb3 to your computer and use it in GitHub Desktop.
Timestamps in console
21:49:09 ➜ ~ echo 'Hello world'
Hello world
# 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