mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fix up some bugs that showed up when using zsh < 4.3
This commit is contained in:
parent
1b3fa76a19
commit
674327742b
2 changed files with 4 additions and 8 deletions
|
|
@ -14,10 +14,6 @@ if [[ "$MODE_INDICATOR" == "" ]]; then
|
|||
MODE_INDICATOR="%{$fg_bold[red]%}<%{$reset_color%}%{$fg[red]%}<<%{$reset_color%}"
|
||||
fi
|
||||
|
||||
function zle-line-init zle-keymap-select {
|
||||
zle reset-prompt
|
||||
}
|
||||
|
||||
# If I am using vi keys, I want to know what mode I'm currently using.
|
||||
# zle-keymap-select is executed every time KEYMAP changes.
|
||||
# From http://zshwiki.org/home/examples/zlewidgets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue