rucker / dotfiles-manager

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

Setting of $PATH and $JAVA_HOME in bash_profile breaks portability #20

Closed rucker closed 8 years ago

rucker commented 8 years ago

Currently, bash_mac contains values that are not machine-independent. These should be moved to bash_private so as to not break portability to other Macs. In that event, care must be taken to make sure the order in which bash_* are written to bash_profile does not cause issues.