(from the fink commander faq) Q4: I ran a command in Terminal using FinkCommander. Now every time I open a new Terminal window, that same command runs. Why does this happen? How do I fix it?
This happens whenever you open the "Window Settings" panel for a Terminal window that was opened to run a specific command and then click the "Use Settings As Default" button. The same thing would occur if, for example, you clicked that button for a Terminal window opened by BBEdit's "Run in Terminal" command. To fix this, terminate the offending fink or apt-get process and enter the following command in Terminal: defaults write com.apple.Terminal ExecutionString If you can't get access to a functional Terminal window, then open ~/Library/Preferences/com.apple.Terminal.plist in any text editor and delete the text between the <string></string> tags under the <key>ExecutionString</key> entry. Mathieu Bourg wrote: > Hi, > > I did a "Selfupdate-cvs in Terminal" from > FinkCommander. And since that, I've got a default > command every time I launch the terminal. It tries to > do this selfupdate-cvs, by itself, at the launch, > without intention from myself. Quite embarrassing... > > Is there a file in which I could remove a default > instruction? I checked into bashrc, /etc/profile and > so on, and I coudn't find a terminal-like file where > this instruction may lie. I precise that changing the > shell from bash to tcsh didn't change anything, still > the same issue... So I guess it doesn't depend on the > selected shell. > > Any suggestion? > > Thanks for your help on this point! > > Best regards, > Mathieu ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
