diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/VCS_Info/vcs_info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info index 906d984ef..a9e65e119 100644 --- a/Functions/VCS_Info/vcs_info +++ b/Functions/VCS_Info/vcs_info @@ -40,7 +40,7 @@ vcs_info_setsys # and now, finally create the real vcs_info function vcs_info () { emulate -L zsh - setopt extendedglob + setopt extendedglob NO_warn_create_global [[ -r . ]] || return 0 |