Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/skywind3000/z.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Dec 28, 2019
2 parents 836efd3 + 3b8b4c1 commit 4900651
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions z.lua.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ if [[ -z "$ZLUA_EXEC" ]]; then
fi
fi

export _ZL_FZF_FLAG="-e"
export _ZL_FZF_FLAG=${_ZL_FZF_FLAG:-"-e"}

eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced)"


alias zz='z -i'
alias zc='z -c'
alias zf='z -I'
alias zb='z -b'
alias zh='z -I -t .'
alias zzc='zz -c'

if [[ -z "$_ZL_NO_ALIASES" ]]; then
alias zz='z -i'
alias zc='z -c'
alias zf='z -I'
alias zb='z -b'
alias zh='z -I -t .'
alias zzc='zz -c'
fi

0 comments on commit 4900651

Please sign in to comment.