mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-22 23:59:48 +00:00
Updated Effective with fzf (markdown)
@@ -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"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user