Re: [newbie] aliases for shell?

1999-09-12 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-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 and

RE: [newbie] aliases for shell?

1999-09-12 Thread Axalon Bloodstone
, '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] Subject: Re: [newbie] aliases for shell? Ken Wilson wrote: Items you edit

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

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='rm

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 easy,

RE: [newbie] aliases for shell?

1999-09-11 Thread Ken Wilson
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 and functions alias rm='rm -i' alias mv='mv -i' alias cp='cp -i' So I add the line