pivotal-sprout / sprout-wrap

Pivotal Labs uses this project with sprout, soloist and librarian-chef to build developer workstations
The Unlicense
157 stars 250 forks source link

Add `reload` to end of ./sprout script #96

Closed ardnaxelarak closed 2 months ago

ardnaxelarak commented 8 years ago

This would save the effort of having to reload if any changes were made to aliases or bash_it functions.

wendorf commented 8 years ago

I think something like http://madebynathan.com/2012/10/29/auto-reloading-your-bashrc/ would work, but there's a chicken-and-the-egg problem. The first time you run Sprout, you still won't have this and will need to manually reload. Thoughts?

aramprice commented 8 years ago

This feels fragile/excessive, 43 lines that could go wrong.

Maybe just document some options:

I'm a little worried about auto-reloading a user into a broken shell environment. The recovery path isn't obvious.

aramprice commented 2 months ago

Going to archive this repo, closing.