|
Subject: `ee' with history Newsgroups: gmane.emacs.eev.devel Date: 2007-09-27 02:58:36 GMT (1 year, 9 weeks, 4 days, 22 hours and 48 minutes ago)
Hi,
I redefined `ee' to place the contents of $EE in the history list.
function ee () { set -v; print -s -f "%s" "`cat $EE`"; . $EE $*; set +v; }
--
rubikitch
http://www.rubyist.net/~rubikitch/
|
|
|