mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add markotech theme.
This commit is contained in:
parent
66a33b80c3
commit
c9d9505581
1 changed files with 8 additions and 0 deletions
8
themes/markotech.zsh-theme
Normal file
8
themes/markotech.zsh-theme
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Based on 'nanotech' theme.
|
||||
PROMPT='%F{blue}%n@%m %F{green}%2c%F{blue} [%f '
|
||||
RPROMPT='$(git_prompt_info) %F{blue}] %F{green}%D{%L:%M} %F{yellow}%D{%p}%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=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue