Skip to content

Commit 097ca07

Browse files
author
skywind3000
committed
update fish script
1 parent 4ee7839 commit 097ca07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.fish

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ if test -e $_zlua_dir/z.lua
3535
alias zz='z -i' # cd with interactive selection
3636
alias zf='z -I' # use fzf to select in multiple matches
3737
alias zb='z -b' # quickly cd to the parent directory
38+
alias zbi='z -b -i' # interactive jump backward
39+
alias zbf='z -b -I' # interactive jump backward with fzf
3840
set -U ZLUA_SCRIPT "$ZLUA_SCRIPT" 2> /dev/null
3941
set -U ZLUA_LUAEXE "$ZLUA_LUAEXE" 2> /dev/null
4042
end

0 commit comments

Comments
 (0)