* Yossi Kreinin <[email protected]> [2007-01-10 16:55]: > >If you're not using csh, then you can unsetenv for a single > >command: > > > > % DISPLAY= bk pull > > ... > > Interactively, I use a csh with a leading t (everyone else does > and there's a plethora of tcsh scripts which want to be > `source`d, not forked, floating around here). Which is > apparently enough of a csh for this to not work. I wonder if I > could `alias bk DISPLAY= bk` in bash though.
It would, aside from the fact that you'd have to spell it `alias bk='DISPLAY= bk'`. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>
