Re: Unix file path problems
Re: Unix file path problems
- Subject: Re: Unix file path problems
- From: Joe Klemmer <email@hidden>
- Date: Tue, 29 Jun 2004 11:06:13 -0400
- Organization: Unix System/Network Administrator & Ad Hoc Programmer
On Tue, 2004-06-29 at 10:45, Joe Klemmer wrote:
>
The .inputrc is a Bourne-ism. It'll work with Bourn, Korn, bash, zsh,
>
et. al. but I believe there's a different mechanism for the (t)csh
>
shells. If I get a chance I'll go digging in my *NIX books.
Ok, this should work for (t)csh. If you want to make the change
system-wide then add this to your /etc/csh.login -
if ( -f $HOME/.inputrc ) then
setenv INPUTRC /etc/inputrc
endif
--
Joe Klemmer <email@hidden>
Unix System/Network Administrator & Ad Hoc Programmer
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.