mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added explanatory comments to kstrauser.zsh-theme
This commit is contained in:
parent
6b1c0972b4
commit
2deb7d7982
1 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
# Define common and useful things to put in a prompt
|
# kstrauser's theme for oh-my-zsh by Kirk Strauser <kirk@strauser.com>
|
||||||
|
|
||||||
|
# Git prompt coloring was heavily influenced by the "muse" theme, but muse
|
||||||
|
# doesn't offer green smileys to indicate that the last command exited
|
||||||
|
# successfully or red frowneys to indicate failure. :)
|
||||||
|
|
||||||
|
# Define common and useful things to put in a prompt. By building a little
|
||||||
|
# library of these components, the actual PROMPT=... definition can be short,
|
||||||
|
# readable, and editable.
|
||||||
typeset -A prc
|
typeset -A prc
|
||||||
prc[abbrevpath]='%{${fg[red]}%}%B%45<...<%~%<<%b%{$reset_color%}'
|
prc[abbrevpath]='%{${fg[red]}%}%B%45<...<%~%<<%b%{$reset_color%}'
|
||||||
prc[gitprompt]='%{$fg[cyan]%}$(git_prompt_info)$(git_prompt_status)%{$reset_color%}'
|
prc[gitprompt]='%{$fg[cyan]%}$(git_prompt_info)$(git_prompt_status)%{$reset_color%}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue