Unistall Bochs
A while ago I installed Bochs. Now, every time I launch a shell window it executes:
cd '/Applications/Bochs 2.1.1/';
exec '/Applications/Bochs 2.1.1/bochs.app/Contents/MacOS/bochs'
I have changed the terminal preferences that state what to do on start-up but it keeps on trying to execute this file and failing. How can I disable this?
Andrew
Code:
cd '/Applications/Bochs 2.1.1/';
exec '/Applications/Bochs 2.1.1/bochs.app/Contents/MacOS/bochs'
I have changed the terminal preferences that state what to do on start-up but it keeps on trying to execute this file and failing. How can I disable this?
Andrew