From 44565988a8345b19f39cd2a4619cd2c0fcecf9a9 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 7 Mar 2012 18:43:12 +0100 Subject: [Prompts] uses vcs_info --- 61_VCS.zsh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 61_VCS.zsh (limited to '61_VCS.zsh') diff --git a/61_VCS.zsh b/61_VCS.zsh new file mode 100644 index 0000000..466e585 --- /dev/null +++ b/61_VCS.zsh @@ -0,0 +1,22 @@ +## +## Part of configuration files for Zsh 4 +## by Hugues Hiegel +## +## 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 + -- cgit v1.2.3