Submitted by Jim (not verified) on Fri, 2007-02-09 11:12.
Just do a alias for ls where you state that ls should execute as ls --color=auto by default.
Somthing like: alias ls = 'ls --color=auto'
»
Reply
Search
Windows for Intel Macs
Todd Ogasawara's Windows for Intel Macs ($7.99USD published by O'Reilly Media) is for Intel Mac users running Bootcamp or Parallels who want to learn more about running Microsoft Windows XP on Mac. It also provides specific tips and hints for using Parallels Desktop for Mac.
Just do a alias for ls where
Just do a alias for ls where you state that ls should execute as ls --color=auto by default.
Somthing like: alias ls = 'ls --color=auto'