Re: Default Flags for system commands

From: Dave Uhring (daveuhring_at_yahoo.com)
Date: 07/27/05


Date: Tue, 26 Jul 2005 22:35:42 -0500

On Tue, 26 Jul 2005 20:20:16 -0700, bmearns wrote:

> What I'm aiming for is to be able to set it up so that executing
> $ ls
>
> by default runs
> $ ls --color -F

Add the following line to your /home/bmearns/.bash_profile file:

alias ls=ls --color -F

Then execute

$ source ~/.bash_profile