Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | |
| | |||||
* | feat: sys colour determination via hsv | 2025-01-08 | 1 | -2/+34 | |
| | |||||
* | fix: make shellcheck a tiny bit happier and shellharden happy | 2025-01-08 | 1 | -1/+1 | |
| | |||||
* | feat: LICENSE | 2025-01-08 | 1 | -2/+11 | |
| | |||||
* | fix: newlinev0.0.0 | 2025-01-03 | 1 | -0/+1 | |
| | |||||
* | fix: use __sethist, as god intended | 2025-01-03 | 1 | -0/+3 | |
| | |||||
* | fix: silence greps | 2025-01-03 | 1 | -4/+4 | |
| | |||||
* | fix: bindkey works, plugin loading doesnt die | 2025-01-03 | 1 | -5/+5 | |
| | |||||
* | fix: allow setting _ZUWU_DEBUG for debugging init | 2025-01-03 | 1 | -0/+4 | |
| | |||||
* | fix: comments | 2025-01-03 | 1 | -3/+14 | |
| | |||||
* | fix: make PATH include $HOME/.local/bin | 2025-01-03 | 1 | -0/+9 | |
| | |||||
* | fix: root is red | 2025-01-03 | 1 | -0/+3 | |
| | |||||
* | fix: when histsize is set to 30, no it isnt | 2025-01-03 | 1 | -3/+10 | |
| | |||||
* | feat: more usable editor navigation | 2025-01-03 | 1 | -2/+19 | |
| | |||||
* | feat: initial commit | 2025-01-02 | 1 | -0/+157 | |