Summary Files Commits Branches @commit @diff
path: root /.bashrc
Commit message (Collapse )AuthorAgeFilesLines
* feat(bash): Improve coloring escape sequences for low-color terminals Syndamia2025-03-011-2/+8
|
* fix(bash): Fix alternative fonts replacing all fonts in colors function Syndamia2025-03-011-0/+1
|
* feat(bash): Add ANSI color code test function Syndamia2025-03-011-0/+65
|
* feat(bash): Add nnn function call and set VISUAL editor to nvim Syndamia2025-02-161-0/+31
|
* fix(bash): Quote all unquoted $@ Syndamia2025-02-021-7/+7
|
* fix(bash): Remove shell_var_fix in a more capable way Syndamia2024-12-311-1/+1
|
* fix(bash): Show days elapsed properly Syndamia2024-12-301-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 Syndamia2024-12-301-1/+5
|
* fix(bash): Fix of $SHELL in nix develop subshells Syndamia2024-12-301-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 Syndamia2024-11-301-0/+1
|
* fix(bash): Do not replace input with "/" when it isn't valid for completion Syndamia2024-11-301-0/+1
|
* feat(bash): Show bg jobs info when trying to exit Syndamia2024-11-301-0/+2
|
* feat(bash): Add foreground binding Syndamia2024-11-301-0/+1
|
* feat(bash): Move lazygit from aliaz to binding Syndamia2024-11-301-5/+1
|
* chore(bash): Reorganise certain stuff Syndamia2024-11-301-40/+44
|
* feat(bash): Proper implementation for cdl, cdg, cds Syndamia2024-11-301-8/+30
|
* fix(bash): Make cp preserve timestamps Syndamia2024-11-271-0/+5
|
* feat(bash): Implement forward directory naviagation Kamen Mladenov2024-11-271-1/+10
|
* fix(bash): Remove previous directory on failed pop Kamen Mladenov2024-11-271-1/+1
|
* feat(bash): Make lighter blue appear in nix develop, alongside nix-shell Syndamia2024-11-101-1/+1
|
* feat(bashrc): Add Ctrl-L binding Syndamia2024-11-101-0/+2
|
* feat(bash): Infinite history (**now in ~/bash_history**) Syndamia2024-11-081-0/+3
|
* feat(bash): Change cursor color when we have no write access in the current ↵ Syndamia2024-11-081-0/+2
| | | | folder
* feat(bash): left_cap now prints colors in a different way if we're not in ↵ Syndamia2024-11-081-3/+9
| | | | high-color mode
* fix(bash): Quote all usages of PS_*_SLAB Syndamia2024-11-081-5/+5
|
* fix(bash): Proper low-color support for PS_* variables Syndamia2024-11-081-15/+17
|
* fix(bash): Proper(-ish) handling of seconds duration time Kamen Mladenov2024-11-071-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 Mladenov2024-11-041-1/+2
|
* fix(bash): Show git precursor even when git info isn't printed Kamen Mladenov2024-11-041-1/+1
|
* feat(bash): Color tweaks Kamen Mladenov2024-11-041-4/+4
|
* feat(bash): Show time of command before prompt on enter Kamen Mladenov2024-11-041-2/+9
|
* fix(bash): Fix directory not being on newline when it's the only event above PS1 Kamen Mladenov2024-11-041-2/+2
|
* feat(bash): Simplified and improved slab logic Syndamia2024-11-031-24/+30
|
* feat(bash): Complete revamp of bashrc Syndamia2024-11-031-16/+403
|
* Added some more config files Syndamia2021-06-081-0/+27