mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Merge 9f86cf313f into 083da66c0b
This commit is contained in:
commit
b80dcde988
4 changed files with 15 additions and 8 deletions
7
themes/coffee.zsh-theme
Normal file
7
themes/coffee.zsh-theme
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Coffeescript Theme by Dylan Hudson (@dyln_hdsn on twitter)
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%} ("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}*%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
|
||||
PROMPT='%{$fg[cyan]%}%1~%{$reset_color%}%{$fg[yellow]%}:%{$fg[black]%}$(git_prompt_info) ->%{$reset_color%} '
|
||||
Loading…
Add table
Add a link
Reference in a new issue