swcarpentry / windows-installer

Software Carpentry installer for Windows.
MIT License
21 stars 17 forks source link

Change how .bash_profile is updated #58

Open embray opened 8 years ago

embray commented 8 years ago

Now, instead of writing all our configuration directly into .bash_profile we write a "default" bash_profile in ~/.swc/etc/bash_profile which is sourced from the user's actual ~/.bash_profile. This makes it easier to keep all the Software Carpentry-specific configuration in one place, and to update and enable/disable it more easily.

This PR builds on top of #57 but could be made to work independently as well.