Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I accidentally renamed my "Basic" terminal profile under Terminal -> Preferences -> Settings. I renamed it back but this got me wondering if there was a way to reset all terminal settings to defaults. So for example if I renamed "Basic" to "Foo" is there a command or way to reset it back to "Basic" without having to select it and rename?

Is it just a matter of deleting the .plist file in ~/Library?

share|improve this question

migrated from serverfault.com May 21 '12 at 19:50

2 Answers

up vote 1 down vote accepted

Correct. Just quit Terminal.app, and make a backup of the following file, then delete it.

~/Library/Preferences/com.apple.Terminal.plist

Terminal will create a new, default one once you restart it. Your preferences are stored in that preference list file – a normal Dictionary.

share|improve this answer

Yes, there’s a command to restore all the built-in settings profiles (each item in the Settings list is called a “settings profile” or “profile”):

In the Preferences window, in the Settings panel:

  1. Click the action (gear) button at the bottom of the list.
  2. Choose Restore Defaults.

This will reset modified profiles and recreate any that have been deleted or renamed. Custom profiles are left as-is. (In your specific case this means that your renamed “Basic” will remain and a new “Basic” will be created.)

Restore Default Terminal Settings Profiles

share|improve this answer
Heh, how could I miss that? :) +1 – slhck Jul 13 '12 at 23:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.