mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.02k stars 8.74k forks source link

rm redundant colorflags #931

Closed dduugg closed 1 year ago

dduugg commented 3 years ago

IIUC, since ls is already aliased to include the color flag, there's no need to include colorflag in subsequent aliases that invoke ls. (Tested on Catalina/Bash v5.0.0 and Ubuntu 19.10/Bash v5.0.3.)

mehmetkaradeniz commented 3 years ago

Looks more DRY