Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use BBEdit as your terminal editor' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use BBEdit as your terminal editor
Authored by: vanye451 on Mar 04, '03 04:36:39PM

I've mucking around in the bash man pages looking for a way to do this for the bash shell from the command line. Does anyone know the proper command syntax?



[ Reply to This | # ]
Use BBEdit as your terminal editor
Authored by: ab on Mar 04, '03 10:52:50PM

Just put this in your .bashrc:

export EDITOR="bbedit -w"

-ab



[ Reply to This | # ]
Use BBEdit as your terminal editor (bash)
Authored by: vanye451 on Mar 05, '03 12:01:25AM

thnx ab!



[ Reply to This | # ]