Merged latest changes from upstream in

* blessed/master:
  Revert "Exit early from git plugin if not in git repo."
  Support dynamically defined Vagrant machines
  Symfony2 plugin autocomplete for app/console and bin/console
  Symfony2 plugin look for files only
  Symfony2 plugin use first console found
  fix missing add-zsh-hook in pygmalion.zsh-theme
  Use $OSTYPE instead of uname to speed things up
  Trust but verify 'scutil' to return ComputerName
This commit is contained in:
Carlos Cardoso 2014-10-02 10:09:58 -03:00
commit c4520bca74
12 changed files with 15 additions and 14 deletions

View file

@ -12,7 +12,7 @@ prompt_setup_pygmalion(){
base_prompt_nocolor=$(echo "$base_prompt" | perl -pe "s/%\{[^}]+\}//g")
post_prompt_nocolor=$(echo "$post_prompt" | perl -pe "s/%\{[^}]+\}//g")
add-zsh-hook precmd prompt_pygmalion_precmd
precmd_functions+=(prompt_pygmalion_precmd)
}
prompt_pygmalion_precmd(){