1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 12:09:26 +00:00

Merge upstream/master

This commit is contained in:
2019-09-20 21:16:11 +02:00
27 changed files with 115 additions and 40 deletions

View File

@ -45,6 +45,9 @@ function prompt_damoekri_setup {
# Add hook for calling git-info and ruby-info before each command.
add-zsh-hook precmd prompt_damoekri_precmd
# Tell prezto we can manage this prompt
zstyle ':prezto:module:prompt' managed 'yes'
# Set editor-info parameters.
zstyle ':prezto:module:editor:info:keymap:primary' format ' %F{green}»%f'
@ -71,3 +74,4 @@ function prompt_damoekri_setup {
}
prompt_damoekri_setup "$@"
# vim: ft=zsh