diff options
| author | Marc Cornellà <marc.cornella@live.com> | 2018-08-19 19:36:52 +0200 | 
|---|---|---|
| committer | Marc Cornellà <marc.cornella@live.com> | 2018-08-19 19:36:52 +0200 | 
| commit | cb7a3e38aaa9f395d0a2887d7590375ee4ddf72b (patch) | |
| tree | b9361c0a63125fd11ebebdf0d16dba2305988881 /lib | |
| parent | ff6b4c835be54a9529a88849b83284aee61a7126 (diff) | |
| parent | 3a822bb5fdc30e5b623f409af5c894fe9ad90d15 (diff) | |
| download | zsh-cb7a3e38aaa9f395d0a2887d7590375ee4ddf72b.tar.gz zsh-cb7a3e38aaa9f395d0a2887d7590375ee4ddf72b.tar.bz2 zsh-cb7a3e38aaa9f395d0a2887d7590375ee4ddf72b.zip | |
Merge branch 'jburwell/jenv-plugin'
Closes #3406
Closes #4972
Closes #4523
Closes #5964
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/prompt_info_functions.zsh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/prompt_info_functions.zsh b/lib/prompt_info_functions.zsh index 335c02a3d..1d5c23e41 100644 --- a/lib/prompt_info_functions.zsh +++ b/lib/prompt_info_functions.zsh @@ -12,7 +12,7 @@  # 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 { +  virtualenv_prompt_info jenv_prompt_info {    return 1  } | 
