mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge eb3edc03ef into caa15548c1
This commit is contained in:
commit
02f437b923
2 changed files with 18 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ custom/*
|
||||||
!custom/example.zsh
|
!custom/example.zsh
|
||||||
cache
|
cache
|
||||||
*.swp
|
*.swp
|
||||||
|
.DS_Store
|
||||||
17
themes/daringfireball.zsh-theme
Normal file
17
themes/daringfireball.zsh-theme
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# FILE: daringfireball.zsh-theme
|
||||||
|
# DESCRIPTION: oh-my-zsh theme file.
|
||||||
|
# AUTHOR: Stevan C Wing (stevancw@gmail.com)
|
||||||
|
# VERSION: 0.1
|
||||||
|
# DEPENDANCIES: daringfireball terminal settings
|
||||||
|
# (http://bit.ly/daringfireball)
|
||||||
|
#
|
||||||
|
# *Based on the robbyrussell theme*
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
PROMPT='%{$fg_bold[white]%}✪ %{$fg_bold[white]%}%p %{$fg[white]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[green]%} % %{$reset_color%}'
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="(%{$fg[white]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%}) %{$fg[red]%}∆%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%})"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue