TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

Overwrite existing symlink when installing #82

Closed vandrijevik closed 10 years ago

vandrijevik commented 10 years ago

Makes updating mongo-hacker easier by allowing a git pull && make to work even when there is an existing symlink in ~/.mongorc.js

TylerBrock commented 10 years ago

We had it that way but people wanted the installer to not delete any changes they may have made. What we are going to do is make a local customization possible so that we can overwrite. A little more work needs to be done before forcing over is the default again.

vandrijevik commented 10 years ago

Ah, got it. Thanks for explaining that!