Henry Bley-Vroman
Henry Bley-Vroman
A straight-foward addition to the README, explaining how to switch themes. h/t @colinhowells for explaining it to me (#159) after I'd searched for days.
**Describe the bug** When appending to array an extra newline is appended before the new element _if the last element in the array is commented out at the indentation level...
## Expectation If I hook into `generate` to change `sitemap.routes`, those changes are reflected in the sitemaps generated by the module. ## Actual If I hook into `generate` to change...
When I add a new dependency to my local pacakge, and update it in the yalc store, running `yarn` in dependent projects doesn't install the new dependencies. `npm install` on...
What do you think about adding support for per-directory options? Implementation could be as simple as attempting to `source` a `.spaceshiprc` General use case: user has a lot of projects...
#### Description Adds support for storing all custom sections in a single directory known to Spaceship. Two primary motivations: - ergonomics: rather than manually importing section definitions into `.zshrc`, users...
Adds indicators for the presence of `--skip-worktree` and `--assume-unchanged` files as discussed in #207 and #362… but this time using PR #391's modular Git section setup! With this, users can...
Adds support for the oh-my-zsh-style Git status Spaceship used until v3 / #147. This takes care of #355, where established users don't see the Git status they've come to expect...
Modularizes the Git status section! This is discussed in #375. Until now Spaceship has been wonderfully flexible _except_ in the opinionated Git prompt. This PR breaks the Git prompt section...
Finally, the Spaceship v3 version of #207! Like that PR, it adds two git indicators: - One which appears if any files are marked `--assumed-unchanged` - One which appears if...