aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: v0.4.1v0.4.1LibravatarLarge Libravatar memdmp2025-05-271-7/+1
|
* fix: make breaking change section conformant with the othersLibravatarLarge Libravatar memdmp2025-05-271-2/+2
|
* feat: meowlogLibravatarLarge Libravatar memdmp2025-05-271-0/+5
|
* feat: we moved the mirrorLibravatarLarge Libravatar memdmp2025-05-271-3/+5
|
* chore: changelogLibravatarLarge Libravatar memdmp2025-05-271-0/+4
|
* fix: move to codebergLibravatarLarge Libravatar memdmp2025-05-271-1/+1
|
* chore: changelogLibravatarLarge Libravatar memdmp2025-05-271-0/+8
|
* feat: allow customizing the prompt extensivelyLibravatarLarge Libravatar memdmp2025-05-271-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 ↵LibravatarLarge Libravatar memdmp2025-05-271-52/+55
| | | | separate function
* chore: changelogLibravatarLarge Libravatar memdmp2025-05-271-3/+9
|
* feat: v0.4.0v0.4.0LibravatarLarge Libravatar memdmp2025-05-271-5/+1
|
* fix: forgot 0.3.2 changelogLibravatarLarge Libravatar memdmp2025-05-271-0/+3
|
* fix: rename reloadopt to _zuwu_reloadopt. Mention lack of guaranteesLibravatarLarge Libravatar memdmp2025-05-272-4/+11
|
* feat: don't check for completion installation if _ZUWU_HYPERFAST is setLibravatarLarge Libravatar memdmp2025-05-271-2/+8
|
* chore!: remove starshipLibravatarLarge Libravatar memdmp2025-05-271-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.2LibravatarLarge Libravatar memdmp2025-05-261-1/+1
|
* chore: changelog entry for 64e26b1803426801d481d37a22ea7ab107e3f911LibravatarLarge Libravatar memdmp2025-03-211-0/+1
|
* fix: debian support for syntax highlightingLibravatarLarge Libravatar memdmp2025-03-211-1/+1
|
* docs: <!-- !BEGIN-NO-CGIT! --> blocksLibravatarLarge Libravatar memdmp2025-03-014-6/+30
|
* chore: changelog commit idLibravatarLarge Libravatar memdmp2025-03-011-1/+1
|
* feat: force save by defaultLibravatarLarge Libravatar memdmp2025-03-012-2/+5
|
* chore: changelog commit idLibravatarLarge Libravatar memdmp2025-03-011-1/+1
|
* feat: SKIP_ZGEN_LOADLibravatarLarge Libravatar memdmp2025-03-012-1/+5
|
* chore: changelogLibravatarLarge Libravatar memdmp2025-03-011-0/+1
|
* fix: give SAVEHIST the HISTFILE treatmentLibravatarLarge Libravatar memdmp2025-03-011-2/+4
|
* chore: changelogLibravatarLarge Libravatar memdmp2025-03-011-0/+4
|
* fix: use whichLibravatarLarge Libravatar memdmp2025-03-011-1/+1
|
* chore: add back changelog pending release section, specify commit id of v0.3.1LibravatarLarge Libravatar memdmp2025-03-011-1/+11
|
* feat: v0.3.1v0.3.1LibravatarLarge Libravatar memdmp2025-03-011-9/+1
|
* chore: changelogLibravatarLarge Libravatar memdmp2025-03-011-1/+5
|
* reintroduce: Reintroduce 14f3cd76a79497a2439902de9d5fb0e68d781d3bLibravatarLarge Libravatar memdmp2025-03-011-2/+4
|
* chore: add back changelog pending release section, specify commit id of v0.3.0LibravatarLarge Libravatar memdmp2025-03-011-1/+11
|
* feat: v0.3.0v0.3.0LibravatarLarge Libravatar memdmp2025-03-011-7/+1
|
* changelog: Update changelogLibravatarLarge Libravatar memdmp2025-03-011-3/+16
|
* revert: Revert 22664eccc8ac4738f4a88ecedfe916a50413c79bLibravatarLarge Libravatar memdmp2025-03-011-1/+1
|
* feat: bind ctrl+del to delete wordLibravatarLarge Libravatar memdmp2025-03-011-0/+2
|
* fix: XDG_CONFIG_HOME unset logicLibravatarLarge Libravatar memdmp2025-03-011-2/+2
|
* fix: /zuwu.conf - idk what i was thinkingLibravatarLarge Libravatar memdmp2025-03-011-2/+2
|
* merge: Merge remote-tracking branch 'refs/remotes/origin/master'LibravatarLarge Libravatar memdmp2025-03-012-1/+10
|\
| * feat!: add USE_COLOURED_LS_GREP, defaulted to trueLibravatarLarge Libravatar memdmp2025-02-061-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 wrongLibravatarLarge Libravatar memdmp2025-01-281-1/+1
| |
* | fix: i forgot a {LibravatarLarge Libravatar memdmp2025-03-011-1/+1
|/
* feat: add migration instructions for 22664eccc8ac4738f4a88ecedfe916a50413c79bLibravatarLarge Libravatar memdmp2025-01-221-0/+1
|
* chore: Changelog entry for 22664eccc8ac4738f4a88ecedfe916a50413c79bLibravatarLarge Libravatar memdmp2025-01-221-1/+5
|
* fix: _correct is wonky it was a mistake i meant _approximateLibravatarLarge Libravatar memdmp2025-01-221-1/+1
|
* feat(changelog): specify commit of each releaseLibravatarLarge Libravatar memdmp2025-01-221-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.1LibravatarLarge Libravatar memdmp2025-01-221-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.LibravatarLarge Libravatar memdmp2025-01-221-0/+2
|
* misc(changelog): Add pending release section addition to changelog for ↵LibravatarLarge Libravatar memdmp2025-01-221-0/+1
| | | | pending release
* fix(changelog): Mention pending release section is master-only.LibravatarLarge Libravatar memdmp2025-01-221-0/+2
|