From 1c7cc1c8293a2243d9f41a03f2401e793bf1a4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Thu, 23 Feb 2012 19:02:25 +0100 Subject: Port cci to new stgit version --- .zsh/zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.zsh/zshrc') diff --git a/.zsh/zshrc b/.zsh/zshrc index a12f2dc..e61898a 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -1,3 +1,6 @@ +# provide the is-at-least command +autoload is-at-least + # Alias definition {{{ ################################################# @@ -137,7 +140,7 @@ RPROMPT="%(?.%S%{$fg[green]%}:).%S%{$fg[red]%}:()%{$reset_color%}%s" # vcs stuff for prompt setopt prompt_subst -if [[ $ZSH_VERSION == 4.3.<->* ]]; then +if is-at-least 4.3; then autoload -Uz vcs_info zstyle ":vcs_info:*" enable bzr cvs svn git hg -- cgit v1.2.3