rucker / dotfiles-manager

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

Platform-specific scriptsDir written to bashrc/bash_profile #9

Closed rucker closed 8 years ago

rucker commented 8 years ago

It is necessary for each bash file to know the location of this project's script's directory when it is sourced. This location should not be hard-coded as the project could be located in any arbitrary directory.

One possible solution might be to create an environment variable.