~hokiegeek/dotfiles

4e6ab260a70c263d6e89767a6e2750dc1c6c22a9 — HokieGeek 3 years ago 349f81b
Fixing issue with fzf-tab startup
1 files changed, 11 insertions(+), 2 deletions(-)

M zshrc
M zshrc => zshrc +11 -2
@@ 39,6 39,7 @@ zstyle ':completion:*:cd:*' ignore-parents parent pwd
[ -e /usr/share/doc/pkgfile/command-not-found.zsh ] && source /usr/share/doc/pkgfile/command-not-found.zsh

setopt correct # Spelling correction of commands
#enable-fzf-tab

# }}}



@@ 129,6 130,12 @@ if [[ -f /usr/local/bin/z.sh ]]; then
    export _Z_CMD=d
    . /usr/local/bin/z.sh
fi

## Fixes issuse with fzf-tab not correctly intializing
[ -f $HOME/.shell-plugins/zsh/fzf-tab/fzf-tab.plugin.zsh ] && {
    disable-fzf-tab
    enable-fzf-tab
}
# }}}

# Source the things {{{


@@ 137,5 144,7 @@ fi

[ -f $HOME/.zshrc_alt ] && . $HOME/.zshrc_alt
# }}}

# vim: set ft=sh foldmethod=marker:
# 
# # vim: set ft=sh foldmethod=marker:
# 
#