Skip to content

Commit

Permalink
Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Jan 20, 2017
1 parent 7e633a0 commit b2e1d7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prompt_lean_setup
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ prompt_lean_setup() {
autoload -Uz add-zsh-hook
autoload -Uz vcs_info

if $PROMPT_LEAN_VIMODE
then zle -N zle-keymap-select
fi
[[ "$PROMPT_LEAN_VIMODE" != '' ]] && zle -N zle-keymap-select

add-zsh-hook precmd prompt_lean_precmd
add-zsh-hook preexec prompt_lean_preexec
Expand Down

0 comments on commit b2e1d7b

Please sign in to comment.