Eric Blake wrote:
Ah, but that's where you're missing the point. Changing interactive
behavior does NOT require that you are forced to always type the new
command-line option, because you are free to set up a wrapper function,
alias, or script on $PATH, which will supply that option on your behalf
for all your interactive use
----
As well as all my scripts -- as scripted functions also call BASH_ENV
which is where I put most aliases and functions so my scripts have them
available.
, without penalizing the default for
everyone else.
----
Why would there be anyone else on my systems? Unless you are saying
that
everyone will have some ENV var already set up on their systems?