This commit is contained in:
Maxim Moseychuk 2017-05-02 02:18:24 +00:00 committed by GitHub
commit d9bae187f5
2 changed files with 18 additions and 2 deletions

View file

@ -11,8 +11,8 @@
# errors with themes, that implement these functions
# Real implementations will be used when the respective plugins are loaded
function chruby_prompt_info hg_prompt_info pyenv_prompt_info \
rbenv_prompt_info svn_prompt_info vi_mode_prompt_info \
virtualenv_prompt_info {
rbenv_prompt_info schroot_prompt_info svn_prompt_info \
vi_mode_prompt_info virtualenv_prompt_info {
return 1
}