• remove an unneeded pair of double quotes

• convert another pair of 'em to “…”
This commit is contained in:
tg 2007-04-17 20:07:09 +00:00
parent b2d0d57468
commit dc71f9b775
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ fi; PS1='$(integer rv=$?; ((rv)) && print -n $rv\|)${USER:=$(ulimit -c 0; \
fi
done
print -nr -- "$pfx$wd") '$PS1
export EDITOR HOSTNAME MKSH="$(whence -p mksh)" PS1 TERM USER
export EDITOR HOSTNAME MKSH=$(whence -p mksh) PS1 TERM USER
alias l='/bin/ls -F'
alias la='l -a'
@ -41,6 +41,6 @@ function Lstripcom {
done; }
}
# place customisations between this line and the ": RCSID" line below
# place customisations between this line and the “: RCSID” line below
: $MirOS: src/bin/mksh/dot.mkshrc,v 1.11 2007/04/17 20:04:08 tg Exp $
: $MirOS: src/bin/mksh/dot.mkshrc,v 1.12 2007/04/17 20:07:09 tg Rel $