From: Frank Terbeck Date: Wed, 31 Dec 2008 15:30:18 +0000 (+0100) Subject: Remove the use of ${rrn}, which is too new for vcs_info in grml X-Git-Tag: v0.3.62~16 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=8ad465d9652df46c1afd4781b710b87ea031c6ae Remove the use of ${rrn}, which is too new for vcs_info in grml --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 258ee0e..a5b534f 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1890,7 +1890,7 @@ vcs_info () { # {{{ } zstyle -a ":vcs_info:${vcs}:${usercontext}" "disable" disabled - zstyle -a ":vcs_info:${vcs}:${usercontext}:${rrn}" "disable-patterns" dps + zstyle -a ":vcs_info:${vcs}:${usercontext}" "disable-patterns" dps for pat in ${dps} ; do if [[ ${PWD} == ${~pat} ]] ; then [[ -n ${vcs_info_msg_0_} ]] && VCS_INFO_set --clear