diff --git a/Examples.md b/Examples.md index 09ae52d..9a50a31 100644 --- a/Examples.md +++ b/Examples.md @@ -64,7 +64,7 @@ Suggested by [@l4u](https://github.com/l4u): # fj - changing directory with fasd fj() { local dir - dir=$(fasd -dl | fzf +m) && cd "$dir" + dir=$(fasd -Rdl | fzf --no-sort +m) && cd "$dir" } ```