1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Load fzf after vi-mode for it to work properly

This commit is contained in:
Ryan Kes 2019-09-30 17:03:34 +02:00
parent 3ebf0c87d8
commit b99892ac58

View File

@ -2,7 +2,10 @@
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(aws archlinux bower common-aliases composer docker extract fzf git git-flow gitignore httpie pass rsync sudo symfony2 systemd tmux vi-mode yarn zsh-syntax-highlighting ) #
# fzf must start after vi-mode for it to work properly
#
plugins=(aws archlinux bower common-aliases composer docker extract git git-flow gitignore httpie pass rsync sudo symfony2 systemd tmux vi-mode fzf yarn zsh-syntax-highlighting )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh