| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
When true, this command will, for ls & grep, add `--color=auto`, if no `color=` is present in the output of `which` for said commands.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
When tagging a new release, these should be removed for the current release, as we don't know the current release's commit when committing the commit to tag.
We should instead use
## vX.Y.Z [`commit`](https://git.estrogen.zone/zuwu.git/commit/?id=vX.Y.Z)
where X.Y.Z is replaced with the version
|
|
|
|
| |
The commit for v0.2.1's release is [`fddadc4`](https://git.estrogen.zone/zuwu.git/commit/?id=fddadc4c0e678903a340058e561d37f3773e36d6) - this commit's tree only differs in changelog contents.
|
| |
|
|
|
|
| |
pending release
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
removal of shellrc
additional changes:
- fix(installer): if ZSH_NAME is unset, complain
- fix(installer): if _ZUWU_DETECTED_INSTALL_PATH is set, overwrite it with the installer path
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
All of these are booleans, where *only* an empty value is false:
- _ZUWU_HYPERFAST: Attempt to load shell as fast as possible without too many compromises
- _ZUWU_NO_STARSHIP: Skip starship detection
- _ZUWU_NO_PROMPT: Don't set a prompt
Additionally, we create a .zshenv for the user if it doesnt exist
|
| |
|