From eee4d81bd07944b32f5046412ea0a0871b9b8940 Mon Sep 17 00:00:00 2001 From: mgild Date: Wed, 5 Sep 2018 15:35:54 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 6ceb114..4cfe263 100644 --- a/Examples.md +++ b/Examples.md @@ -798,7 +798,7 @@ j() { cd $(autojump $@) return fi - cd "$(autojump -s | sed '/_____/Q; s/^[0-9,.:]*\s*//' | fzf --height 40% --nth 1.. --reverse --inline-info +s --tac --query "${*##-* }" )" + cd "$(autojump -s | sed '/_____/Q; s/^[0-9,.:]*\s*//' | fzf --height 40% --reverse --inline-info)" } ```