andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.1k stars 147 forks source link

Don't assume changing directory will work #206

Closed me-and closed 2 years ago

me-and commented 2 years ago

For consistency with other uses of cd, make following commands conditional on the cd command completing successfully when initializing submodules as part of a clone, rather than assuming it will complete successfully and carrying on regardless.

andsens commented 2 years ago

👍