From fc7e084839932fe5d8b729fc7b69cb723239cd1f Mon Sep 17 00:00:00 2001 From: k1574 Date: Sun, 23 Jan 2022 22:18:07 +0500 Subject: [PATCH] ... --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index e35247b..3c6a4ba 100644 --- a/profile +++ b/profile @@ -129,7 +129,7 @@ fn c { oldpwd = `{pwd} if(builtin cd $1 && test -n $1){ cat $cdfile > $tmpcdfile - {echo $oldpwd ; cat $tmpcdfile } | \ + {pwd ; cat $tmpcdfile } | \ sed $maxcds^q | goblin uniq -U > $cdfile } }