Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: mycroft
Date: Fri Nov 5 11:30:14 UTC 1999
Modified Files:
basesrc/etc/root: dot.profile
Added Files:
basesrc/etc/root: dot.shrc
Log Message:
(Ab?)use some sh(1) features:
* Put the aliases in a separate file, referenced by $ENV, so that they're
present in subshells.
* Do the same to make `set -o emacs' happen automatically in interactive
shells. (Yay, line editing by default!)
* Use `export FOO=bar' syntax, as it's shorter and other sh(1)-like shells
all support it these days.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/etc/root/dot.profile
cvs rdiff -r0 -r1.1 basesrc/etc/root/dot.shrc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index