X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=83dc68b5550363636c6b0d430bf6187fd921ba1b;hb=5a4a6475f13b245722d2076b0ecf1e2bfad92c62;hp=c9ccee1a985e1f55e81d22699c46b99a26c0297f;hpb=112cbc0a0e6089f2159f822b29ea5dd04fff1118;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c9ccee1..83dc68b 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -11,6 +11,13 @@ # Global Order: zshenv, zprofile, zshrc, zlogin ################################################################################ +# USAGE +# If you are using this file as your ~/.zshrc file, please use ~/.zshrc.pre +# and ~/.zshrc.local for your own customisations. The former file is read +# before ~/.zshrc, the latter is read after it. Also, consider reading the +# refcard and the reference manual for this setup, both available from: +# + # Contributing: # If you want to help to improve grml's zsh setup, clone the grml-etc-core # repository from git.grml.org: @@ -1988,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 {{{