mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-25 17:19:50 +00:00
Updated FAQ (markdown)
2
FAQ.md
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"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user