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:34:38 +08:00
parent 8a9189bb96
commit ee42928084

9
FAQ.md

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