Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: make breaking change section conformant with the others | 2025-05-27 | 1 | -2/+2 | |
| | |||||
* | feat: meowlog | 2025-05-27 | 1 | -0/+5 | |
| | |||||
* | feat: we moved the mirror | 2025-05-27 | 1 | -3/+5 | |
| | |||||
* | chore: changelog | 2025-05-27 | 1 | -0/+4 | |
| | |||||
* | fix: move to codeberg | 2025-05-27 | 1 | -1/+1 | |
| | |||||
* | chore: changelog | 2025-05-27 | 1 | -0/+8 | |
| | |||||
* | feat: allow customizing the prompt extensively | 2025-05-27 | 1 | -11/+11 | |
| | | | | for example, prepending `_ZUWU_PROMPT_PATH_SEPARATOR=:` and `_ZUWU_PROMPT_NEWLINE_SEPARATOR=" "` to your zshrc will result in a single-line prompt. further adding `_ZUWU_PROMPT_CARET="\$"` will result in something that feels more familiar to some creatures that prefer older bash distro defaults | ||||
* | fix: __zuwu instead of _zuwu for realoadopt fn name, factor zuwu prompt into ↵ | 2025-05-27 | 1 | -52/+55 | |
| | | | | separate function | ||||
* | chore: changelog | 2025-05-27 | 1 | -3/+9 | |
| | |||||
* | feat: v0.4.0v0.4.0 | 2025-05-27 | 1 | -5/+1 | |
| | |||||
* | fix: forgot 0.3.2 changelog | 2025-05-27 | 1 | -0/+3 | |
| | |||||
* | fix: rename reloadopt to _zuwu_reloadopt. Mention lack of guarantees | 2025-05-27 | 2 | -4/+11 | |
| | |||||
* | feat: don't check for completion installation if _ZUWU_HYPERFAST is set | 2025-05-27 | 1 | -2/+8 | |
| | |||||
* | chore!: remove starship | 2025-05-27 | 1 | -3/+1 | |
| | | | | | | | | | | 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 ``` | ||||
* | fix: if compinit is defined after us thats fine toov0.3.2 | 2025-05-26 | 1 | -1/+1 | |
| | |||||
* | chore: changelog entry for 64e26b1803426801d481d37a22ea7ab107e3f911 | 2025-03-21 | 1 | -0/+1 | |
| | |||||
* | fix: debian support for syntax highlighting | 2025-03-21 | 1 | -1/+1 | |
| | |||||
* | docs: <!-- !BEGIN-NO-CGIT! --> blocks | 2025-03-01 | 4 | -6/+30 | |
| | |||||
* | chore: changelog commit id | 2025-03-01 | 1 | -1/+1 | |
| | |||||
* | feat: force save by default | 2025-03-01 | 2 | -2/+5 | |
| | |||||
* | chore: changelog commit id | 2025-03-01 | 1 | -1/+1 | |
| | |||||
* | feat: SKIP_ZGEN_LOAD | 2025-03-01 | 2 | -1/+5 | |
| | |||||
* | chore: changelog | 2025-03-01 | 1 | -0/+1 | |
| | |||||
* | fix: give SAVEHIST the HISTFILE treatment | 2025-03-01 | 1 | -2/+4 | |
| | |||||
* | chore: changelog | 2025-03-01 | 1 | -0/+4 | |
| | |||||
* | fix: use which | 2025-03-01 | 1 | -1/+1 | |
| | |||||
* | chore: add back changelog pending release section, specify commit id of v0.3.1 | 2025-03-01 | 1 | -1/+11 | |
| | |||||
* | feat: v0.3.1v0.3.1 | 2025-03-01 | 1 | -9/+1 | |
| | |||||
* | chore: changelog | 2025-03-01 | 1 | -1/+5 | |
| | |||||
* | reintroduce: Reintroduce 14f3cd76a79497a2439902de9d5fb0e68d781d3b | 2025-03-01 | 1 | -2/+4 | |
| | |||||
* | chore: add back changelog pending release section, specify commit id of v0.3.0 | 2025-03-01 | 1 | -1/+11 | |
| | |||||
* | feat: v0.3.0v0.3.0 | 2025-03-01 | 1 | -7/+1 | |
| | |||||
* | changelog: Update changelog | 2025-03-01 | 1 | -3/+16 | |
| | |||||
* | revert: Revert 22664eccc8ac4738f4a88ecedfe916a50413c79b | 2025-03-01 | 1 | -1/+1 | |
| | |||||
* | feat: bind ctrl+del to delete word | 2025-03-01 | 1 | -0/+2 | |
| | |||||
* | fix: XDG_CONFIG_HOME unset logic | 2025-03-01 | 1 | -2/+2 | |
| | |||||
* | fix: /zuwu.conf - idk what i was thinking | 2025-03-01 | 1 | -2/+2 | |
| | |||||
* | merge: Merge remote-tracking branch 'refs/remotes/origin/master' | 2025-03-01 | 2 | -1/+10 | |
|\ | |||||
| * | feat!: add USE_COLOURED_LS_GREP, defaulted to true | 2025-02-06 | 1 | -0/+9 | |
| | | | | | | | | When true, this command will, for ls & grep, add `--color=auto`, if no `color=` is present in the output of `which` for said commands. | ||||
| * | fix(code-of-conduct): i was wrong | 2025-01-28 | 1 | -1/+1 | |
| | | |||||
* | | fix: i forgot a { | 2025-03-01 | 1 | -1/+1 | |
|/ | |||||
* | feat: add migration instructions for 22664eccc8ac4738f4a88ecedfe916a50413c79b | 2025-01-22 | 1 | -0/+1 | |
| | |||||
* | chore: Changelog entry for 22664eccc8ac4738f4a88ecedfe916a50413c79b | 2025-01-22 | 1 | -1/+5 | |
| | |||||
* | fix: _correct is wonky it was a mistake i meant _approximate | 2025-01-22 | 1 | -1/+1 | |
| | |||||
* | feat(changelog): specify commit of each release | 2025-01-22 | 1 | -4/+4 | |
| | | | | | | | 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 | ||||
* | feat: v0.2.1 | 2025-01-22 | 1 | -0/+4 | |
| | | | | 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. | ||||
* | fix(changelog): clarify pending release is unstable. | 2025-01-22 | 1 | -0/+2 | |
| | |||||
* | misc(changelog): Add pending release section addition to changelog for ↵ | 2025-01-22 | 1 | -0/+1 | |
| | | | | pending release | ||||
* | fix(changelog): Mention pending release section is master-only. | 2025-01-22 | 1 | -0/+2 | |
| | |||||
* | chore(changelog): WIP Changelog for upcoming release | 2025-01-22 | 1 | -0/+11 | |
| |