Skip to content

Instantly share code, notes, and snippets.

@blaknite
Created September 25, 2018 01:23
Show Gist options
  • Save blaknite/ecd522613dc78c9375d1d40da40b382b to your computer and use it in GitHub Desktop.
Save blaknite/ecd522613dc78c9375d1d40da40b382b to your computer and use it in GitHub Desktop.
blaknite.zsh-theme
PROMPT='[%F{green}%n@%m%F{white}:%F{cyan}%~%F{white}]$%f '
RPROMPT='$(git_prompt_info) %F{yellow}(%D{%m-%d %K:%M})%f'
ZSH_THEME_GIT_PROMPT_PREFIX="%F{yellow}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%f"
ZSH_THEME_GIT_PROMPT_DIRTY=" %F{red}*%f"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment