mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-21 15:19:49 +00:00
Updated FAQ (markdown)
2
FAQ.md
2
FAQ.md
@@ -51,7 +51,7 @@ Define a new `zf2` shell function to override `z -I`:
|
||||
|
||||
```bash
|
||||
function zf2() {
|
||||
local $dest="$(z -l "$@" |fzf --nth 2 --reverse --inline-info --tac +s -e --height 35%)"
|
||||
local $dest="$(z -l "$@"|fzf --nth 2 --reverse --inline-info --tac +s -e --height 35%)"
|
||||
[ -n "$dest" ] && cd "$dest"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user