diff --git a/FAQ.md b/FAQ.md index 210556a..7583836 100644 --- a/FAQ.md +++ b/FAQ.md @@ -52,7 +52,7 @@ Define a new `zii` shell function to override `z -I`: ```bash function zii() { local $dir="$(z -l "$@"|fzf --nth 2 --reverse --inline-info --tac +s -e --height 35%)" - [ -n "$dest" ] && cd "$dir" + [ -n "$dir" ] && cd "$dir" } ```