On Tue, 26 Nov 2002, Grant Cooper wrote:
> ignore that, Just has to log off and re login.

You don't even have to log off and back on.  After you make a change to
your ~/.cshrc or ~/.tcshrc file, you can simply run `source ~/.cshrc`

The only problem you can run into is kind of meshing aliases together, for
example if you had three different aliases that do the same exact thing.

I have been a tcsh shell user for the past 10+ years so I'd be happy to
forward you parts of my ~/.cshrc with commentary about what each part does
if you are interested.

By the way, it doesn't hurt to use full paths in aliases.  That way you
don't get into circular stuff, for example, use this instead:

alias ls "/bin/ls -alG"

> ----- Original Message -----
> From: "Grant Cooper" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 26, 2002 12:14 PM
> Subject: Re: changing directory listing type
>
> > > alias ls    ls -alG
> > I made the changes to my .cshrc but I had to reboot to make the changes?
> > Anyway to activate it without rebooting?
> >
> > I also added  alias ls='ls -G' my /etc/profile but I couldn't get it to work
> > with 4.5. Do I have to activate this?
> >
> > ----- Original Message -----
> > From: "Jack L. Stone" <[EMAIL PROTECTED]>
> > To: "Ismail YENIGUL" <[EMAIL PROTECTED]>; "Özgür Özaslan"
> > <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 26, 2002 6:21 AM
> > Subject: Re: changing directory listing type
> >
> > > At 03:54 PM 11.26.2002 +0200, Ismail YENIGUL wrote:
> > > >hi - try   "ls -G" or
> > > > install gnuls from ports /usr/ports/misc/gnuls and  and run ls --color
> > > >regard
> > > Easier yet, just add the following line in /etc/profile:
> > > # alias ls='ls -G'
> > >
> > > Best regards,
> > > Jack L. Stone,
> > > Administrator
> > >
> > > SageOne Net
> > > http://www.sage-one.net
> > > [EMAIL PROTECTED]

--
Peter Leftwich
President & Founder, Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to