rucker / dotfiles-manager

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

scriptsDir should not be hard-coded into bashrc #18

Closed rucker closed 7 years ago

rucker commented 8 years ago
  1. If the repo is cloned to any place other than ~/code/dotfiles, $scriptsDir will differ from the value in the current version of the file, which will dirty the working directory.
  2. When the dotfiles script is run, $scriptsDir is set in both bashrc and bash_profile to match the current system (in reality this should happen in only one of them according to the current platform).
rucker commented 8 years ago

Possible solutions:

rucker commented 7 years ago

This issue affects the bash in bash_profile / bashrc rather than the the dotfiles-manager code itself. New issue opened here.