mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
* 'master' of git://github.com/robbyrussell/oh-my-zsh: (26 commits) fix typo fixed autojump: autocompletion works with homebrew again fixed autojump plugin: works with homebrew again now fixed symbolic-ref git view of agnoster theme removed 'x' from prompt_context() function name Add UPDATE_ZSH_DAYS setting fixes my wrong commit - fixes #1423 Add gifast plugin e alias fixing various issues with build, add runinstall option fixing some build issues... fixing issue with solr in jboss start go param -i para gerar installer oops totvs utils Adding grt alias to the git plugin. Improved statistics functions, effect: Untabify Handle metachars in svn status output using grep -q ...
This commit is contained in:
commit
0198246a96
14 changed files with 2940 additions and 10 deletions
|
|
@ -95,7 +95,7 @@ prompt_dir() {
|
|||
prompt_status() {
|
||||
local symbols
|
||||
symbols=()
|
||||
[[ $RETVAL -ne 0 ]] && symbols+="%{%F{red}%}✘"
|
||||
[[ $RETVAL -ne 0 ]] && symbols+="%{%F{red}%}$RETVAL"
|
||||
[[ $UID -eq 0 ]] && symbols+="%{%F{yellow}%}⚡"
|
||||
[[ $(jobs -l | wc -l) -gt 0 ]] && symbols+="%{%F{cyan}%}⚙"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue