gumse
Member
A good line to have in your /usr/share/init/tcsh/aliases is:
alias bb 'open -a "/Volumes/app/BBEdit 6.0 Folder/BBEdit 6.0/BBEdit 6.1 for OS X"'
(substitute your own BBEdit path)
Then you can edit text files with the command "bb filename" from Terminal. Sure beats vi.
NB! If you have started BBEdit earlier you might have to Quit to make sure it starts as the current user (if you have su'd to root in Terminal for example) otherwise you may not have r/w privileges.
alias bb 'open -a "/Volumes/app/BBEdit 6.0 Folder/BBEdit 6.0/BBEdit 6.1 for OS X"'
(substitute your own BBEdit path)
Then you can edit text files with the command "bb filename" from Terminal. Sure beats vi.
NB! If you have started BBEdit earlier you might have to Quit to make sure it starts as the current user (if you have su'd to root in Terminal for example) otherwise you may not have r/w privileges.