mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 01:23:43 -05:00
Add reverse and no-sort to fasd example
@@ -64,7 +64,7 @@ Suggested by [@l4u](https://github.com/l4u):
|
|||||||
# fj - changing directory with fasd
|
# fj - changing directory with fasd
|
||||||
fj() {
|
fj() {
|
||||||
local dir
|
local dir
|
||||||
dir=$(fasd -dl | fzf +m) && cd "$dir"
|
dir=$(fasd -Rdl | fzf --no-sort +m) && cd "$dir"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user