buc99
Don't Tread on Me!
I set up an alias to access the built in color feature on Apples ls:
alias ls 'ls-F'
setenv LS_COLORS 'di=35:fi=0:ex=31
r=90'
set color
This gives me color fine. But I can't use any flags with ls now, unless I'm in root or sudo. That's because I only set this alias up for my user profile in my aliases.mine file. When I try to use ls -l or ls -a I get the error:
"can't find -la" or "can't find -l"
Has anyone been able to get this setup to work?
Thanks,
SA
alias ls 'ls-F'
setenv LS_COLORS 'di=35:fi=0:ex=31

set color
This gives me color fine. But I can't use any flags with ls now, unless I'm in root or sudo. That's because I only set this alias up for my user profile in my aliases.mine file. When I try to use ls -l or ls -a I get the error:
"can't find -la" or "can't find -l"
Has anyone been able to get this setup to work?
Thanks,
SA