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:
Henry Yan 2012-12-02 03:29:49 +08:00
commit 0198246a96
14 changed files with 2940 additions and 10 deletions

View file

@ -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}%}⚙"