From c53aa7ade263a59aab221c83ebcd297aa628c2dd Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 6 Jun 2015 12:05:11 +0100 Subject: updated install.sh --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index fff7a68..8bd1407 100644 --- a/zshrc +++ b/zshrc @@ -93,8 +93,7 @@ bindkey -a 'j' history-beginning-search-forward crontab ~/.crontab TERM=xterm-256color -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -source ~/git/fuzzy-zsh-marks/plugin.zsh +source ~/github/fuzzy-zsh-marks/plugin.zsh fancy-ctrl-z () { @@ -108,3 +107,4 @@ fancy-ctrl-z () { } zle -N fancy-ctrl-z bindkey '^Z' fancy-ctrl-z +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit v1.2.3