...
This commit is contained in:
parent
76e351d7c7
commit
fc7e084839
1 changed files with 1 additions and 1 deletions
2
profile
2
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue