mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +01:00
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:
commit
c4520bca74
12 changed files with 15 additions and 14 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue