diff --git a/examples.md b/examples.md index bbe60da..b3da648 100644 --- a/examples.md +++ b/examples.md @@ -150,8 +150,7 @@ z() { if [[ -z "$*" ]]; then cd "$(_z -l 2>&1 | sed -n 's/^[ 0-9.,]*//p' | fzf)" else - local reporoot="$(command git rev-parse --show-toplevel 2> /dev/null)" - _z $reporoot "$@" + _z "$@" fi } ```