From 438bb68289098c53c1a2eb6b6aebb59159cb18df Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 9 Sep 2012 23:37:32 +0900 Subject: [PATCH] fix cd --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 308d191..4a6a3bf 100755 --- a/bashrc +++ b/bashrc @@ -238,7 +238,7 @@ pushd(){ test $l -eq 0 && continue popd +$l -n done - command pushd "$1" >/dev/null + command pushd "$@" >/dev/null } input(){