aboutsummaryrefslogtreecommitdiff
path: root/vi-mode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vi-mode.sh')
-rw-r--r--vi-mode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vi-mode.sh b/vi-mode.sh
index 7e94689..7776106 100644
--- a/vi-mode.sh
+++ b/vi-mode.sh
@@ -31,7 +31,7 @@ if [[ -n "$ZSH_VERSION" ]]; then
PS1="%{$terminfo_down_sc$VI_MODE$terminfo[rc]%}%~ $ "
}
- function zle-line-init zle-keymap-select {
+ function zle-line-init() zle-keymap-select() {
set-prompt
zle reset-prompt
}