|
|
@ -1,4 +1,5 @@
|
|
|
|
# Added from: https://raw.github.com/paradox460/prezto/paradox/modules/prompt/functions/prompt_paradox_setup
|
|
|
|
# Added from: https://raw.github.com/paradox460/prezto/paradox/modules/prompt/functions/prompt_paradox_setup
|
|
|
|
|
|
|
|
|
|
|
|
# Load dependencies.
|
|
|
|
# Load dependencies.
|
|
|
|
pmodload 'helper'
|
|
|
|
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' format '%B%F{blue}❯%f%b'
|
|
|
|
zstyle ':prezto:module:editor:info:keymap:primary:overwrite' format '%F{red}♺%f'
|
|
|
|
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: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:action' format '! %s'
|
|
|
|
zstyle ':prezto:module:git:info:added' format '✚'
|
|
|
|
zstyle ':prezto:module:git:info:added' format '✚'
|
|
|
|
zstyle ':prezto:module:git:info:ahead' format '⬆'
|
|
|
|
zstyle ':prezto:module:git:info:ahead' format '⬆'
|
|
|
|