1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-21 07:09:49 +00:00

update fish script

This commit is contained in:
skywind3000
2020-02-10 18:24:20 +08:00
parent 4ee783956d
commit 097ca07ecd

View File

@@ -35,6 +35,8 @@ if test -e $_zlua_dir/z.lua
alias zz='z -i' # cd with interactive selection
alias zf='z -I' # use fzf to select in multiple matches
alias zb='z -b' # quickly cd to the parent directory
alias zbi='z -b -i' # interactive jump backward
alias zbf='z -b -I' # interactive jump backward with fzf
set -U ZLUA_SCRIPT "$ZLUA_SCRIPT" 2> /dev/null
set -U ZLUA_LUAEXE "$ZLUA_LUAEXE" 2> /dev/null
end