| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow overrides of cstar_default_bg and cstar_default_fgHEADmain | Christoph Schlosser | 2025-06-27 | 1 | -2/+2 |
| | | |||||
| * | Use fish builtin prompt_hostname instead of the corresponding program | Christoph Schlosser | 2025-06-26 | 1 | -1/+1 |
| | | |||||
| * | Don't blink git loading status outside of repos | Christoph Schlosser | 2025-06-21 | 1 | -2/+7 |
| | | |||||
| * | Format command execution time nicer for larger numbers | Christoph Schlosser | 2025-06-21 | 1 | -1/+51 |
| | | |||||
| * | Minimize how often variables are updated | Christoph Schlosser | 2025-06-20 | 1 | -4/+6 |
| | | | | | | | This comes at the expense of color changes not being redrawn immediately. Changing the color style isn't my primary way of interacting with a shell so it's a tradeoff I'm willing to make. | ||||
| * | Add exit status segment | Christoph Schlosser | 2025-06-19 | 1 | -0/+11 |
| | | |||||
| * | Remove unused --on-variable hooks | Christoph Schlosser | 2025-06-19 | 1 | -5/+5 |
| | | |||||
| * | Indicate that git status is loading and don't shot git at all if it isn't ↵ | Christoph Schlosser | 2025-06-19 | 1 | -2/+5 |
| | | | | | installed | ||||
| * | Rename conf file | Christoph Schlosser | 2025-06-18 | 1 | -0/+0 |
| | | |||||
| * | Rename prompt specific variables to cstar | Christoph Schlosser | 2025-06-18 | 1 | -45/+45 |
| | | |||||
| * | Only update git status visibly on directory change | Christoph Schlosser | 2025-06-18 | 1 | -5/+16 |
| | | | | | On any other input the prompt will be cached. | ||||
| * | Add async git | Christoph Schlosser | 2025-06-18 | 1 | -16/+33 |
| | | |||||
| * | Add powerline styling | Christoph Schlosser | 2025-06-18 | 1 | -16/+41 |
| | | |||||
| * | Add command duration | Christoph Schlosser | 2025-06-17 | 1 | -1/+5 |
| | | |||||
| * | Initial minimalistic version | Christoph Schlosser | 2025-06-17 | 1 | -0/+33 |