]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/3den.zsh-theme
ae3a8865951d6ab53313ff015c0ad9ecc283e79a
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / 3den.zsh-theme
1 PROMPT=$'%{$fg[white]%}$(ruby_prompt_info) %{$fg_bold[cyan]%}%~%{$reset_color%}$(git_prompt_info) %{$fg[cyan]%}%D{[%I:%M:%S]}\
2 %{$fg_bold[green]%}%n$%{$reset_color%} '
3
4 ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}("
5 ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
6 ZSH_THEME_GIT_PROMPT_DIRTY="*"
7 ZSH_THEME_GIT_PROMPT_CLEAN=""