• remove an unneeded pair of double quotes
• convert another pair of 'em to “…”
This commit is contained in:
@ -20,7 +20,7 @@ fi; PS1='$(integer rv=$?; ((rv)) && print -n $rv\|)${USER:=$(ulimit -c 0; \
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
print -nr -- "$pfx$wd") '$PS1
|
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 l='/bin/ls -F'
|
||||||
alias la='l -a'
|
alias la='l -a'
|
||||||
@ -41,6 +41,6 @@ function Lstripcom {
|
|||||||
done; }
|
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 $
|
||||||
|
Reference in New Issue
Block a user