mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
b78de9038d
commit
3b868aa50c
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#Added some cool stuff to pygmalion theme
|
||||
# Yay! High voltage and arrows!
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}"
|
||||
|
|
@ -6,6 +5,8 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
|||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%} ⚡%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
|
||||
#ZSH_THEME_SVN_PROMPT_PREFIX="svn:("
|
||||
#ZSH_THEME_SVN_PROMPT_SUFFIX=")"
|
||||
ZSH_THEME_SVN_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}"
|
||||
ZSH_THEME_SVN_PROMPT_SUFFIX="%{$reset_color%} "
|
||||
|
||||
|
|
@ -22,7 +23,7 @@ if which acpi &> /dev/null; then
|
|||
PR_BATTERY="${fg[red]} batt:${BATTPRCNT}%%"
|
||||
elif [[ "${BATTPRCNT}" -lt 60 ]]; then
|
||||
PR_BATTERY="${fg[yellow]} batt:${BATTPRCNT}%%"
|
||||
elif [[ "${BATTPRCNT}" -lt 96 ]]; then
|
||||
elif [[ "${BATTPRCNT}" -lt 100 ]]; then
|
||||
PR_BATTERY="${fg[green]} batt:${BATTPRCNT}%%"
|
||||
else
|
||||
PR_BATTERY=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue