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

Updated FAQ (markdown)

Linwei
2019-02-20 20:38:08 +08:00
parent d0bd1b179e
commit f530605f6b

2
FAQ.md

@@ -52,7 +52,7 @@ Define a new `zii` shell function to override `z -I`:
```bash
function zii() {
local $dir="$(z -l "$@"|fzf --nth 2 --reverse --inline-info --tac +s -e --height 35%)"
[ -n "$dest" ] && cd "$dir"
[ -n "$dir" ] && cd "$dir"
}
```