From 64d379a3cd104167c5277c01a7c9b9e290f80441 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 5 Sep 2012 19:47:08 +0200 Subject: [PATCH] leftovers --- zsh/prompt_vcs | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/prompt_vcs b/zsh/prompt_vcs index d89072f..5b437e5 100644 --- a/zsh/prompt_vcs +++ b/zsh/prompt_vcs @@ -3,7 +3,6 @@ autoload -Uz vcs_info zstyle ':vcs_info:*' enable git hg vcs_format="%F{green}%S%f‹%F{blue}%b%f‹%F{yellow}%r%f" if is-at-least 4.3.11; then - echo "foo" zstyle ':vcs_info:*' stagedstr "%F{red}±%f" zstyle ':vcs_info:*' unstagedstr "%F{yellow}≠%f" zstyle ':vcs_info:*' check-for-changes true