Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | fix: setup.zsh should probably be set -e'd | 2025-01-22 | 1 | -0/+1 | |
| | |||||
* | fix: use XDG_{CONFIG,DATA}_HOME | 2025-01-22 | 2 | -9/+10 | |
| | |||||
* | feat: specify the priority order because why not | 2025-01-22 | 1 | -0/+4 | |
| | |||||
* | feat: v0.2.0v0.2.0 | 2025-01-22 | 1 | -0/+22 | |
| | |||||
* | fix: codeblocks for the commit ids in changelog | 2025-01-22 | 2 | -10/+10 | |
| | |||||
* | chore: create utility for referencing commits | 2025-01-22 | 1 | -0/+2 | |
| | |||||
* | fix: dont export LOADED_ZGEN to processses | 2025-01-22 | 1 | -1/+1 | |
| | |||||
* | fix: check against file not dir | 2025-01-22 | 1 | -1/+1 | |
| | |||||
* | feat: proper copyright and license declaration | 2025-01-22 | 5 | -6/+45 | |
| | |||||
* | fix: avoid grepping shell rc file, and avoid calling __sethist if not defined | 2025-01-22 | 1 | -4/+3 | |
| | |||||
* | feat(installer): make zuwu installer suggest running the install cmd after ↵ | 2025-01-22 | 1 | -1/+11 | |
| | | | | | | | | 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 | ||||
* | fix: != | 2025-01-17 | 1 | -1/+1 | |
| | |||||
* | fix: move __sethist down | 2025-01-17 | 1 | -14/+15 | |
| | |||||
* | feat: ensure ~/.local/bin is in path in env.zsh aswell | 2025-01-17 | 2 | -6/+10 | |
| | |||||
* | feat: ensure LANG and LC_ALL are set | 2025-01-17 | 1 | -1/+15 | |
| | |||||
* | feat!: default to sharing history | 2025-01-17 | 1 | -1/+1 | |
| | |||||
* | feat: security readme image | 2025-01-15 | 1 | -0/+2 | |
| | |||||
* | feat: code of conduct image | 2025-01-15 | 1 | -0/+2 | |
| | |||||
* | feat: changelog image | 2025-01-15 | 2 | -1/+3 | |
| | |||||
* | feat: partial changelog idcv0.1.0 | 2025-01-15 | 1 | -0/+24 | |
| | |||||
* | fix: less aggressive corrections | 2025-01-15 | 1 | -1/+1 | |
| | |||||
* | fix: unset hsv2rgb | 2025-01-15 | 1 | -1/+1 | |
| | |||||
* | feat: small shell util | 2025-01-15 | 2 | -0/+66 | |
| | |||||
* | feat: shell builtin cut | 2025-01-15 | 1 | -1/+2 | |
| | |||||
* | feat: shell builtin short hostname based on env | 2025-01-15 | 1 | -1/+1 | |
| | |||||
* | feat: env variables for loading zuwu faster | 2025-01-15 | 1 | -6/+53 | |
| | | | | | | | | | 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 | ||||
* | feat: include a blank env.zsh, for possible future use | 2025-01-15 | 2 | -0/+11 | |
| | |||||
* | feat: include COPYING | 2025-01-15 | 1 | -0/+2 | |
| | |||||
* | feat: allow installin a specific ref | 2025-01-15 | 1 | -1/+1 | |
| | |||||
* | fix: allow customizing user and sys independently if desired, default value ↵ | 2025-01-08 | 1 | -2/+3 | |
| | | | | to 70 | ||||
* | fix: learn to test before pushign | 2025-01-08 | 1 | -1/+1 | |
| |