RE: [newbie] aliases for shell?

1999-09-12 Thread Axalon Bloodstone
; irrelevant > (Steve Heller, 'Efficient C/C++ Programming') > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Philp > > Sent: Sunday, September 12, 1999 12:14 AM > > To: [EMAIL PROTECTED] > &

Re: [newbie] aliases for shell?

1999-09-12 Thread Steve Philp
Ken Wilson wrote: > > Items you edit in the /etc directory won't take effect until the next > time you reboot your machine. Items edited in a person's home > directory, i.e. /home/username/.bash_profile, take effect the next time > the person logs on. The stuff in the /etc directory is global a

Re: [newbie] aliases for shell?

1999-09-11 Thread mas9483
That sounds awfully odd to me... /etc/profile should be executed on login- and your ~/.bashrc should "exec /etc/bashrc" if it exists. What's the line you're inserting into these files? Your syntax may be incorrect. -- -Matt Stegman <[EMAIL PROTECTED]> > If I'm using bash, where in the default

RE: [newbie] aliases for shell?

1999-09-11 Thread Ken Wilson
September 11, 1999 5:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [newbie] aliases for shell? > > > OK, well, maybe there's a flaw in how I'm testing this: > > I edit ~/.bashrc which before I edit it looks like this: # .bashrc > > # User specific aliases

Re: [newbie] aliases for shell?

1999-09-11 Thread John Aldrich
On Sat, 11 Sep 1999, you wrote: > OK, well, maybe there's a flaw in how I'm testing this: [clip] > And then exit out of the konsole I'm in. Start up a new Konsole in KDE or > flip to a new VT, log in and type clr. > > Never heard of it, says the shell. (sigh). This has got to be absurdly > eas

Re: [newbie] aliases for shell?

1999-09-11 Thread Ken Archer
Logoff as user and then log back in again and your changes should take effect. On Sat, 11 Sep 1999, you wrote: > OK, well, maybe there's a flaw in how I'm testing this: > > I edit ~/.bashrc which before I edit it looks like this: # .bashrc > > # User specific aliases and functions > alias rm='

Re: [newbie] aliases for shell?

1999-09-11 Thread R. David Whitlock
OK, well, maybe there's a flaw in how I'm testing this: I edit ~/.bashrc which before I edit it looks like this: # .bashrc # User specific aliases and functions alias rm='rm -i' alias mv='mv -i' alias cp='cp -i' So I add the line

[newbie] aliases for shell?

1999-09-11 Thread R. David Whitlock
OK, here's a real easy one for someone out there: If I'm using bash, where in the default mandrake 6 install does a person add both system wide and personal aliases for execution whenever the shell is opened? I've looked around and added a test alias to almost every file I can think of, but none