From 20be23b3592e0a48dbbc91e10487aada43a85e66 Mon Sep 17 00:00:00 2001 From: gcporras Date: Thu, 6 Mar 2014 22:57:55 -0500 Subject: [PATCH] Added verbose mode in order to concatenate all git-info icons --- modules/prompt/functions/prompt_paradox_setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/prompt/functions/prompt_paradox_setup b/modules/prompt/functions/prompt_paradox_setup index b0dfbbfb..dab042fa 100644 --- a/modules/prompt/functions/prompt_paradox_setup +++ b/modules/prompt/functions/prompt_paradox_setup @@ -1,4 +1,5 @@ # Added from: https://raw.github.com/paradox460/prezto/paradox/modules/prompt/functions/prompt_paradox_setup + # Load dependencies. pmodload 'helper' @@ -94,6 +95,7 @@ function prompt_paradox_setup { zstyle ':prezto:module:editor:info:keymap:primary' format '%B%F{blue}❯%f%b' zstyle ':prezto:module:editor:info:keymap:primary:overwrite' format '%F{red}♺%f' zstyle ':prezto:module:editor:info:keymap:alternate' format '%B%F{red}❮%f%b' + zstyle ':prezto:module:git:info' verbose yes zstyle ':prezto:module:git:info:action' format '! %s' zstyle ':prezto:module:git:info:added' format '✚' zstyle ':prezto:module:git:info:ahead' format '⬆'