Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '~/Library/init/tcsh/environment.mine' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
~/Library/init/tcsh/environment.mine
Authored by: Titanium Man on Feb 08, '02 11:01:36PM

I put

set complete=enhance

in this file ~/Library/init/tcsh/environment.mine. Is that the right thing to do? It works, but I just want to make sure I'm not setting my system up for imminent meltdown.



[ Reply to This | # ]
~/Library/init/tcsh/environment.mine
Authored by: _merlin on Feb 09, '02 10:03:30AM

Yes, that's fine. There are about twenty different places you can put the command and have it work correctly. The ones to avoid messing with are all in /etc and /usr, anything inside your home directory should be safe.



[ Reply to This | # ]
~/Library/init/tcsh/environment.mine
Authored by: Titanium Man on Feb 10, '02 01:20:39AM

Thanks!!



[ Reply to This | # ]
~/Library/init/tcsh/environment.mine
Authored by: ebow on Feb 09, '02 11:19:00AM
I tried putting it in environment.mine and it's not working. I have commands successfully working from ~/Library/init/tcsh/aliases.mine and path, and *maybe* from rc but this isn't. Even with a source .tcshrc which should cascade nicely thru /usr/share/init/tcsh/rc to my own settings. Ohh, I'll head over to the forums to see if there's anything there.

[ Reply to This | # ]
~/Library/init/tcsh/environment.mine
Authored by: ebow on Feb 09, '02 11:22:23AM
I should add that just typing set complete=enhance does work...

[ Reply to This | # ]
~/Library/init/tcsh/environment.mine
Authored by: Titanium Man on Feb 10, '02 01:22:59AM

I'm not sure if this is necessary or will work, but did you rehash after adding it to your file? (You probably know more about this than I do so sorry if I'm suggesting something ridiculous)



[ Reply to This | # ]