From 50973789f65726f77fd7dfc518d21125ba649f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Thu, 10 Jul 2014 17:52:58 -0700 Subject: [PATCH] Updated examples (markdown) --- examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } ```