X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=da600164b2a55f39dfa17579e34b34fb6b01c4a3;hb=1ee27bd79f2b8eae519f6890bc43f5feca13a261;hp=7d63e64ff3671b61e402b0dad97b3b90b855bc3d;hpb=28c0acf9592bcf64951ac1d87a6774c89124bf0f;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 7d63e64..da60016 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1995,6 +1995,10 @@ else zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat "%b${RED}:${YELLOW}%r" fi +if [[ -o restricted ]]; then + zstyle ':vcs_info:*' enable false +fi + # }}} # command not found handling {{{ @@ -3139,6 +3143,7 @@ if (( GRML_ALWAYS_LOAD_ALL == 0 )) && (( $EUID == 0 )) ; then return 0 fi +zrcautoload lookupinit && lookupinit # variables {{{