1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 06:19:25 +00:00

[#23] Convert editor into a module

This commit is contained in:
Sorin Ionescu
2012-03-28 14:42:34 -04:00
parent 92816f6db7
commit 1330e6e792
4 changed files with 8 additions and 9 deletions

View File

@ -25,7 +25,7 @@ function prompt_sorin_setup {
autoload -Uz add-zsh-hook
add-zsh-hook precmd prompt_sorin_precmd
zstyle ':omz:editor' completing '%B%F{red}...%f%b'
zstyle ':omz:module:editor' completing '%B%F{red}...%f%b'
zstyle ':omz:prompt:vi' insert ''
zstyle ':omz:prompt:vi' command ' %F{yellow}%f%B%F{red}%f%b%F{red}%f'
zstyle ':omz:module:git:prompt' action ':%%B%F{yellow}%s%f%%b'