| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to revert this change, prepend this to your zshrc before loading zuwu:
```zsh
if [[ "$_ZUWU_NO_STARSHIP-$_ZUWU_NO_PROMPT" == "-" ]] && [[ -f "${XDG_CONFIG_HOME:-"$HOME/.config"}/starship.toml" ]] && type "starship" >/dev/null; then
_ZUWU_NO_PROMPT=1
eval "$(starship init zsh)"
fi
```
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|