From 8ad465d9652df46c1afd4781b710b87ea031c6ae Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 31 Dec 2008 16:30:18 +0100 Subject: [PATCH] Remove the use of ${rrn}, which is too new for vcs_info in grml --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4