|
Subject: `ee' with history Newsgroups: gmane.emacs.eev.devel Date: 2007-09-27 02:58:36 GMT (1 year, 40 weeks, 2 days, 13 hours and 12 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/
|
|
|