Re: Default Flags for system commands
From: Bit Twister (BitTwister_at_mouse-potato.com)
Date: 07/27/05
- Next message: jerseycat10: "Screen Capture Question"
- Previous message: Walter Mautner: "Re: Help with file transfer"
- In reply to: Dave Uhring: "Re: Default Flags for system commands"
- Next in thread: bmearns: "Re: Default Flags for system commands"
- Reply: bmearns: "Re: Default Flags for system commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 27 Jul 2005 06:07:10 -0500
On Tue, 26 Jul 2005 22:35:42 -0500, Dave Uhring wrote:
>
> Add the following line to your /home/bmearns/.bash_profile file:
>
> alias ls=ls --color -F
>
>
> Then execute
>
> $ source ~/.bash_profile
As I misunderstand it, I thought .bash_profile was executed once
during login and .bashrc was executed for each new session (xterm for
example).
Also, unless you exported the alias in .bash_profile the new session
would not have the aliases created in .bash_profile since aliases are
not copied from the parent process envrionment.
- Next message: jerseycat10: "Screen Capture Question"
- Previous message: Walter Mautner: "Re: Help with file transfer"
- In reply to: Dave Uhring: "Re: Default Flags for system commands"
- Next in thread: bmearns: "Re: Default Flags for system commands"
- Reply: bmearns: "Re: Default Flags for system commands"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|