|
#1
| |||
| |||
| [HOW TO] Terminal
the problem is that I've changed my terminal default settings... it's pretty embarrassing to be novice sometimes. Nowhere in the osx terminal help guide did i come across a way to correct this. This is the screen content when i start a new shell. ---------------------------------------------------------- Last login: Wed Feb 19 23:07:01 on ttyp1 /usr/bin/login; exit Welcome to Darwin! [a3jg49h0y39ra:~] berniech% /usr/bin/login; exit login: berniech Password: Last login: Wed Feb 19 23:31:56 on ttyp1 Welcome to Darwin! tcsh: Cannot open /etc/termcap. tcsh: using dumb terminal settings. [a3jg49h0y39ra:~] berniech% ---------------------------------------------------------- (login/pass were my only inputs) how do i restore the default settings for terminal? b. |
|
#2
| |||
| |||
|
Here's how to restore your tcsh settings to the default (actually, a better condition than the default): sudo -s echo "source /usr/share/tcsh/examples/rc" > ~/.tcshrc echo "source /usr/share/tcsh/examples/login" > ~/.login echo "source /usr/share/tcsh/examples/logout" > ~/.logout exit source ~/.tcsh (This will load Apple's tcsh configuration example and provide you with a fresh ~/.tcsh file with which to experiment/begin configuring.) Here's how to fix the 'termcap/dumb terminal settings' problem: http://www.macfora.com/forums/showth...&threadid=7972 |
|
#3
| ||||
| ||||
|
gatorparrots, I've got Puma and have no such folder /usr/share/tcsh Is this Jaguar only or am I missing something? Could you please possibly post the contents of those files? I've already got my .login and .cshrc configured, but I'm interested to see if there are any cool things I can add
__________________ michaelsanford.com • Identi.ca • iMac Aluminum 24" | MacOS X 10.5 (current) | 3.06 GHz Intel Core Duo | 4 GB RAM, 1 TB HDD • Acer AspireOne 1.60 GHz | Windows XP Home | 1 GB RAM, 100 GB HDD • AMD Athlon64 3500+ | Ubuntu-server x86_64 | 1240 GB RAID |
|
#4
| |||
| |||
|
thanks for the link. is the /etc directory visible to the finder. i've tried to locate it but the search results come up empty. |
|
#5
| |||
| |||
| /private/etc = /etc /etc is invisible in the Finder (it is listed in the /.hidden file that the Finder references). If you want to view its contents in the Finder, simply choose Go->Go to Folder... (CMD+shift+G). and type /etc. |
|
#6
| |||
| |||
| /usr/share/tcsh/examples Quote:
Code: gatorparrots% ls /usr/share/tcsh/examples/ total 44 0 drwxr-xr-x 11 root wheel 374 Jan 24 13:04 ./ 0 drwxr-xr-x 3 root wheel 102 Jul 27 2002 ../ 4 -rw-r--r-- 1 root wheel 964 Jul 14 2002 README 4 -rw-r--r-- 1 root wheel 1025 Jan 24 13:05 aliases 4 -rw-r--r-- 1 root wheel 990 Dec 17 02:31 aliases.default 12 -rw-r--r-- 1 root wheel 9571 Jul 14 2002 completions 4 -rw-r--r-- 1 root wheel 433 Jul 14 2002 environment 4 -rw-r--r-- 1 root wheel 701 Jul 14 2002 login 4 -rw-r--r-- 1 root wheel 444 Jul 14 2002 logout 4 -rw-r--r-- 1 root wheel 1943 Jul 14 2002 rc 4 -rw-r--r-- 1 root wheel 2402 Jul 14 2002 tcsh.defaults |
|
#7
| |||
| |||
|
An older version of my ~/.cshrc file can be seen here: http://www.macfora.com/forums/showth...788#post110788 |
|
#8
| |||
| |||
|
hey Gator, thanks again for the link... burried in the replies i found the answer i was looking for....again thanks. F.E.I: throwing away this file: "com.apple.Terminal.plist" from the ~/Library/Preferences... defaults the terminal settings p.s.s.t. to haka. berniech. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [HOW TO] Launch Application from Terminal? | Kiup | HOWTO & FAQs | 3 | February 26th, 2003 07:14 PM |
| [HOW TO] Rename Harddisk! | Matsaki | HOWTO & FAQs | 8 | February 25th, 2003 11:06 AM |
| [HOW TO] Preserve a custom shell $PATH after logout. | michaelsanford | HOWTO & FAQs | 2 | February 21st, 2003 11:35 AM |
| [How to] Change password on active directory | Ryan81 | Networking & Compatibility | 0 | January 28th, 2003 01:28 PM |