1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-25 17:19:50 +00:00

Updated FAQ (markdown)

Linwei
2019-02-20 20:36:50 +08:00
parent 5e49478a16
commit 991885affb

2
FAQ.md

@@ -61,6 +61,6 @@ or just ignore the `frecent` order:
```bash
function zii() {
local $dir="$(z -l -s "$@"|fzf ---reverse -e --height 35%)"
[ -n "$dir" ] && cd "$dest"
[ -n "$dir" ] && cd "$dir"
}
```