1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-14 11:49:48 +00:00

update fish initialize

This commit is contained in:
skywind3000
2019-02-08 12:33:21 +08:00
parent 33fe8ac7d0
commit 8ef9d09c92

View File

@@ -36,6 +36,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
set -U ZLUA_SCRIPT "$ZLUA_SCRIPT"
set -U ZLUA_LUAEXE "$ZLUA_LUAEXE"
end