mirror of https://github.com/nirenjan/dotfiles.git
Having the ls alias default to `ls --color=auto` caused it to break on OSX, since the version of ls that ships with OSX doesn't support the `--color` option. This change moves the alias into lscolors, since we already have a check for OSX vs non-OSX (in my case, Linux). This allows the alias to work as expected on Linux, while the environment variable LSCOLORS provides the coloring option on OSX. |
||
---|---|---|
bash | ||
scripts | ||
zsh | ||
LICENSE.md | ||
README.md | ||
dircolors | ||
gitcommit | ||
gitconfig | ||
install | ||
screenrc | ||
tmux.conf | ||
vimrc | ||
zshrc |
README.md
dotfiles
My dotfiles
Feel free to clone and modify as necessary.