This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/themes/nanotech/nanotech.theme.zsh

8 lines
258 B
Bash
Raw Normal View History

PROMPT='%F{green}%2c%F{blue} [%f '
RPROMPT='$(git_prompt_info) %F{blue}] %F{green}%D{%L:%M} %F{yellow}%D{%p}%f'
2010-06-12 18:31:02 -04:00
ZSH_THEME_GIT_PROMPT_PREFIX="%F{yellow}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%f"
ZSH_THEME_GIT_PROMPT_DIRTY=" %F{red}*%f"
2010-06-12 18:31:02 -04:00
ZSH_THEME_GIT_PROMPT_CLEAN=""