Added verbose mode in order to concatenate all git-info icons
This commit is contained in:
parent
3430c3d48a
commit
20be23b359
1 changed files with 2 additions and 0 deletions
|
@ -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 '⬆'
|
||||
|
|
Loading…
Add table
Reference in a new issue