From 1b7f2cc5f57e0480143d045ce08b7c1b80b4cfe9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 25 Mar 2017 21:36:19 -0300 Subject: ZTD: no output of cd command if CDPATH is in use --- ztd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ztd b/ztd index 1961064..5610aba 100755 --- a/ztd +++ b/ztd @@ -8,7 +8,7 @@ PROJECT="$1" # Try to get there if [ ! -z "$PROJECT" ]; then - cd $PROJECT + cd $PROJECT &> /dev/null elif ! git status &> /dev/null; then cd remind ~/.reminders | grep -v '^No reminders.$' -- cgit v1.2.3