On Tue, 26 May 1998, [iso-8859-1] Uro Gaber wrote:
> Imam problem. Na sistemu imam po defaultu nastavljen default editor VI,
> kako naj to spremenim, da bi imel default editor recimo JOE ali PICO.
tcsh:
setenv EDITOR /usr/bin/joe
bash:
export EDITOR=/usr/bin/joe
Ali nekaj podobnega :)
D: