mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
Better compatibility with shellcheck.net.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user