commit 2727d7478fcefe57a57b94621a2ef7441664535e parent d37b969b8629a2136b32ecbf0d8baa66cee6f810 Author: Ed van Bruggen <edvb54@gmail.com> Date: Tue, 18 Jul 2017 22:13:25 -0700 bin: Update z.sh sett call to use && Diffstat:
bin/z.sh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/z.sh b/bin/z.sh @@ -199,8 +199,7 @@ _z() { } ')" [ $? -gt 0 ] && return - [ "$cd" ] && cd "$cd" - sett + [ "$cd" ] && cd "$cd" && sett fi }