From c87433a1e4f52d4dc0fdd30ccda842b5bf26d041 Mon Sep 17 00:00:00 2001 From: Linwei Date: Wed, 20 Feb 2019 15:52:22 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 74f1bd2..3efc72a 100644 --- a/FAQ.md +++ b/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" } ```