From dc71f9b77562f60cc938af4977a732f818d29ea8 Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 17 Apr 2007 20:07:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20remove=20an=20unneeded=20pair=20of?= =?UTF-8?q?=20double=20quotes=20=E2=80=A2=20convert=20another=20pair=20of?= =?UTF-8?q?=20'em=20to=20=E2=80=9C=E2=80=A6=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot.mkshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot.mkshrc b/dot.mkshrc index 510ccff..45ef2a2 100644 --- a/dot.mkshrc +++ b/dot.mkshrc @@ -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 $