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