Hey there, ever since I installed Octave, everytime I start up terminal, and for every new terminal window, the chell starts with this line:
"
Last login: Thu Jan 17 22:22:31 on ttys002
exec '/Applications/Octave.app/Contents/Resources/bin/octave'
xxx:~ xxx$ exec '/Applications/Octave.app/Contents/Resources/bin/octave'
"
for a while I could only run bash through Octave's shell command, before I deleted octave (and now I just boot up with an error that it couldn't be found) The thing is only annoyance at this point, but ive put some time into cracking it. It only happens in this one user, so I know to look only in my user's folder. I eventually dug into
~/Library/Preferences/com.apple.Terminal.plist
and found a Property called ExecutionString set to "exec '/Applications/Octave.app/Contents/Resources/bin/octave'"
Score!, I thought, I changed it to something else but still, even after reboot, all my terminals start with that string. I've looked everywhere, .profile and every other bash related file. Any ideas?
thanks
-seth
"
Last login: Thu Jan 17 22:22:31 on ttys002
exec '/Applications/Octave.app/Contents/Resources/bin/octave'
xxx:~ xxx$ exec '/Applications/Octave.app/Contents/Resources/bin/octave'
"
for a while I could only run bash through Octave's shell command, before I deleted octave (and now I just boot up with an error that it couldn't be found) The thing is only annoyance at this point, but ive put some time into cracking it. It only happens in this one user, so I know to look only in my user's folder. I eventually dug into
~/Library/Preferences/com.apple.Terminal.plist
and found a Property called ExecutionString set to "exec '/Applications/Octave.app/Contents/Resources/bin/octave'"
Score!, I thought, I changed it to something else but still, even after reboot, all my terminals start with that string. I've looked everywhere, .profile and every other bash related file. Any ideas?
thanks
-seth