Browse Source

This is already done in lib/theme-and-appearance.zsh and supports Darwin/BSD/etc

Brian Hartvigsen 10 years ago
parent
commit
c1f5a1792b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/common-aliases/common-aliases.plugin.zsh

+ 0 - 1
plugins/common-aliases/common-aliases.plugin.zsh

@@ -3,7 +3,6 @@
 #
 
 # ls, the common ones I use a lot shortened for rapid fire usage
-alias ls='ls --color' #I like color
 alias l='ls -lFh'     #size,show type,human readable
 alias la='ls -lAFh'   #long list,show almost all,show type,human readable
 alias lr='ls -tRFh'   #sorted by date,recursive,show type,human readable