| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(bash): Show days elapsed properly | Syndamia | 2024-12-30 | 1 | -4/+4 |
| | | | | | | | Before it was always +1, becuase %j counts the day from start, and in UTC timezone we start on day 1. With UTC+24 we start on the last day of last year, so when we get to the next day, it's the first. | ||||
| * | feat(bash): Set tab title after entering a command | Syndamia | 2024-12-30 | 1 | -1/+5 |
| | | |||||
| * | fix(bash): Fix of $SHELL in nix develop subshells | Syndamia | 2024-12-30 | 1 | -1/+23 |
| | | | | | | | Explain in the comment; nix develop changes $SHELL to the non-interactive bash after .bashrc is sourced, so we do a gross hack to fix it | ||||
| * | feat(bash): Ctrl-Backspace will kill word | Syndamia | 2024-11-30 | 1 | -0/+1 |
| | | |||||
| * | fix(bash): Do not replace input with "/" when it isn't valid for completion | Syndamia | 2024-11-30 | 1 | -0/+1 |
| | | |||||
| * | feat(bash): Show bg jobs info when trying to exit | Syndamia | 2024-11-30 | 1 | -0/+2 |
| | | |||||
| * | feat(bash): Add foreground binding | Syndamia | 2024-11-30 | 1 | -0/+1 |
| | | |||||
| * | feat(bash): Move lazygit from aliaz to binding | Syndamia | 2024-11-30 | 1 | -5/+1 |
| | | |||||
| * | chore(bash): Reorganise certain stuff | Syndamia | 2024-11-30 | 1 | -40/+44 |
| | | |||||
| * | feat(bash): Proper implementation for cdl, cdg, cds | Syndamia | 2024-11-30 | 1 | -8/+30 |
| | | |||||
| * | fix(bash): Make cp preserve timestamps | Syndamia | 2024-11-27 | 1 | -0/+5 |
| | | |||||
| * | feat(bash): Implement forward directory naviagation | Kamen Mladenov | 2024-11-27 | 1 | -1/+10 |
| | | |||||
| * | fix(bash): Remove previous directory on failed pop | Kamen Mladenov | 2024-11-27 | 1 | -1/+1 |
| | | |||||
| * | feat(bash): Make lighter blue appear in nix develop, alongside nix-shell | Syndamia | 2024-11-10 | 1 | -1/+1 |
| | | |||||
| * | feat(bashrc): Add Ctrl-L binding | Syndamia | 2024-11-10 | 1 | -0/+2 |
| | | |||||
| * | feat(bash): Infinite history (**now in ~/bash_history**) | Syndamia | 2024-11-08 | 1 | -0/+3 |
| | | |||||
| * | feat(bash): Change cursor color when we have no write access in the current ↵ | Syndamia | 2024-11-08 | 1 | -0/+2 |
| | | | | | folder | ||||
| * | feat(bash): left_cap now prints colors in a different way if we're not in ↵ | Syndamia | 2024-11-08 | 1 | -3/+9 |
| | | | | | high-color mode | ||||
| * | fix(bash): Quote all usages of PS_*_SLAB | Syndamia | 2024-11-08 | 1 | -5/+5 |
| | | |||||
| * | fix(bash): Proper low-color support for PS_* variables | Syndamia | 2024-11-08 | 1 | -16/+18 |
| | | |||||
| * | fix(bash): Proper(-ish) handling of seconds duration time | Kamen Mladenov | 2024-11-07 | 1 | -3/+4 |
| | | | | | | | Hour is no longer 2 hours ahead. Added display for days, but unfortunately it starts with 001, so if one day has passed it will show 002. | ||||
| * | feat(bash): Move precursor character to it's own variable | Kamen Mladenov | 2024-11-04 | 1 | -1/+2 |
| | | |||||
| * | fix(bash): Show git precursor even when git info isn't printed | Kamen Mladenov | 2024-11-04 | 1 | -1/+1 |
| | | |||||
| * | feat(bash): Color tweaks | Kamen Mladenov | 2024-11-04 | 1 | -4/+4 |
| | | |||||
| * | feat(bash): Show time of command before prompt on enter | Kamen Mladenov | 2024-11-04 | 1 | -2/+9 |
| | | |||||
| * | fix(bash): Fix directory not being on newline when it's the only event above PS1 | Kamen Mladenov | 2024-11-04 | 1 | -2/+2 |
| | | |||||
| * | feat(bash): Simplified and improved slab logic | Syndamia | 2024-11-03 | 1 | -24/+30 |
| | | |||||
| * | feat(bash): Complete revamp of bashrc | Syndamia | 2024-11-03 | 1 | -16/+403 |
| | | |||||
| * | Added some more config files | Syndamia | 2021-06-08 | 1 | -0/+27 |
