mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-18 05:39:49 +00:00
add -b flag completion to fish
This commit is contained in:
1
z.lua
1
z.lua
@@ -1996,6 +1996,7 @@ complete -c $_ZL_CMD -s 't' -d 'cd to most recently accessed dir matching'
|
||||
complete -c $_ZL_CMD -s 'l' -d 'list matches instead of cd'
|
||||
complete -c $_ZL_CMD -s 'c' -d 'restrict matches to subdirs of $PWD'
|
||||
complete -c $_ZL_CMD -s 'e' -d 'echo the best match, don''t cd'
|
||||
complete -c $_ZL_CMD -s 'b' -d 'jump backwards to given dir or to project root'
|
||||
complete -c $_ZL_CMD -s 'x' -x -d 'remove path from history' -a '(_z_complete)'
|
||||
]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user