summaryrefslogtreecommitdiff
path: root/61_VCS.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-03-07 19:02:59 +0100
committerHugues Hiegel <hugues@hiegel.fr>2012-03-07 19:02:59 +0100
commit03d43c46b82255db86ef81d3002ef29126ba6242 (patch)
treec5d1493643ec2c329603b0dd39f6ce4cd87e6f6f /61_VCS.zsh
parent3d9871f39ee40c2648e60dd165c1b11d1006e8b6 (diff)
Revert "[Prompts] uses vcs_info"
This reverts commit 44565988a8345b19f39cd2a4619cd2c0fcecf9a9.
Diffstat (limited to '61_VCS.zsh')
-rw-r--r--61_VCS.zsh22
1 files changed, 0 insertions, 22 deletions
diff --git a/61_VCS.zsh b/61_VCS.zsh
deleted file mode 100644
index 466e585..0000000
--- a/61_VCS.zsh
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## Part of configuration files for Zsh 4
-## by Hugues Hiegel <hugues@hiegel.fr>
-##
-## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
-##
-## You are encouraged to use, modify, and redistribute
-## these files with or without this notice.
-##
-
-# zshall
-
-_reset_=$C_$_prompt_colors[soft_generic]$_C
-
-autoload -Uz vcs_info
-zstyle ':vcs_info:*' formats "%R $_reset_$C_$color[cyan];$color[bold]$_C/$C_$_prompt_colors[bold_generic]$_C%S$_reset_ [$_reset_%c%u%b$_reset_]"
-zstyle ':vcs_info:*' actionformats "%R $_reset_/%S %B[$_reset_(%a) %c%u%b$_reset_%B]$_reset_"
-zstyle ':vcs_info:*' stagedstr "$C_$color[yellow];$color[bold]$_C"
-zstyle ':vcs_info:*' unstagedstr "$_C_$color[green]$_C"
-zstyle ':vcs_info:*' check-for-changes true
-zstyle ':vcs_info:*' get-revision false
-