Skip to content

Instantly share code, notes, and snippets.

@khoa-io
Last active May 18, 2022 01:49
Show Gist options
  • Save khoa-io/eb539eaaca557b18ef2f6287edb19bf7 to your computer and use it in GitHub Desktop.
Save khoa-io/eb539eaaca557b18ef2f6287edb19bf7 to your computer and use it in GitHub Desktop.
Zsh theme based on Norm
# Based on: norm.zsh-theme
NEWLINE=$'\n'
PROMPT='%{$fg[yellow]%} %n@%m %D{%R.%S %a %b %d %Y} %{$fg[green]%}%c $(git_prompt_info)$(hg_prompt_info)%{$reset_color%}%{$fg[yellow]%}${NEWLINE}⌘ '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}git %{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%} %{$reset_color%}"
ZSH_THEME_HG_PROMPT_PREFIX="%{$fg[blue]%}hg %{$fg[red]%}"
ZSH_THEME_HG_PROMPT_SUFFIX="%{$fg[yellow]%} %{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment