Skip to content

Commit

Permalink
add fzf bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmukherg committed Nov 22, 2017
1 parent 398daa3 commit 6c9451c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [[ "$TERM" != 'dumb' ]]; then
fi
zstyle ':prezto:module:utility' safe-ops 'off'

export ZPLUG_HOME=/usr/local/opt/zplug
export ZPLUG_HOME=~/.zplug/
source $ZPLUG_HOME/init.zsh

zplug 'zplug/zplug', hook-build:'zplug --self-manage'
Expand All @@ -20,10 +20,11 @@ zplug "junegunn/fzf-bin", \
as:command, \
from:gh-r, \
rename-to:"fzf"
zplug "junegunn/fzf", use:shell/key-bindings.zsh, defer:1

zplug "plugins/archlinux", from:oh-my-zsh
zplug "modules/environment", from:prezto
zplug "modules/gnu-utility", from:prezto
zplug "modules/gnu-utility", from:prezto, if:"[[ $OSTYPE == *darwin* ]]"
zplug "modules/utility", from:prezto, defer:1
zplug "modules/fasd", from:prezto
zplug "modules/history", from:prezto
Expand Down

0 comments on commit 6c9451c

Please sign in to comment.