rucker / dotfiles-manager

A script to compile your dotfiles!
MIT License
8 stars 0 forks source link

-bash: dircolors: command not found #21

Closed rucker closed 8 years ago

rucker commented 8 years ago

-bash: dircolors: command not found

This is caused by eval 'dircolors' being above the line in bash_profile where the path to GNU coreutils is prepended to $PATH. This means that BSD bash is trying to eval dircolors -- and BSD bash does not understand dircolors.