]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/candy.zsh-theme
cleanup custom folder
[dotfiles.git] / zsh / themes / candy.zsh-theme
1 PROMPT=$'%{$fg_bold[green]%}%n@%m %{$fg[blue]%}%D{[%I:%M:%S]} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)\
2 %{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} '
3
4 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
5 ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
6 ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
7 ZSH_THEME_GIT_PROMPT_CLEAN=""