1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-22 23:59:48 +00:00

Updated Effective with fzf (markdown)

Linwei
2019-02-20 18:20:16 +08:00
parent 44393582a5
commit 8a9189bb96

@@ -46,3 +46,12 @@ function zii() {
[ -n "$dir" ] && 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"
}
```