1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-24 20:30:44 +00:00

Better compatibility with shellcheck.net.

This commit is contained in:
Dominik Ritter 2015-09-23 18:29:42 +02:00
parent ffc0d9e162
commit c760d3a505

View file

@ -882,7 +882,12 @@ $(print_icon 'MULTILINE_SECOND_PROMPT_PREFIX')"
fi
}
function zle-line-init zle-keymap-select {
function zle-line-init {
powerlevel9k_prepare_prompts
zle reset-prompt
}
function zle-keymap-select {
powerlevel9k_prepare_prompts
zle reset-prompt
}