diff --git a/FAQ.md b/FAQ.md index 6288c4f..210556a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -61,6 +61,6 @@ or just ignore the `frecent` order: ```bash function zii() { local $dir="$(z -l -s "$@"|fzf ---reverse -e --height 35%)" - [ -n "$dir" ] && cd "$dest" + [ -n "$dir" ] && cd "$dir" } ```