summaryrefslogtreecommitdiff
path: root/.bashrc
Commit message (Collapse)AuthorAgeFilesLines
* fix(bash): Quote all unquoted $@Syndamia2025-02-021-7/+7
|
* fix(bash): Remove shell_var_fix in a more capable waySyndamia2024-12-311-1/+1
|
* fix(bash): Show days elapsed properlySyndamia2024-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 commandSyndamia2024-12-301-1/+5
|
* fix(bash): Fix of $SHELL in nix develop subshellsSyndamia2024-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 wordSyndamia2024-11-301-0/+1
|
* fix(bash): Do not replace input with "/" when it isn't valid for completionSyndamia2024-11-301-0/+1
|
* feat(bash): Show bg jobs info when trying to exitSyndamia2024-11-301-0/+2
|
* feat(bash): Add foreground bindingSyndamia2024-11-301-0/+1
|
* feat(bash): Move lazygit from aliaz to bindingSyndamia2024-11-301-5/+1
|
* chore(bash): Reorganise certain stuffSyndamia2024-11-301-40/+44
|
* feat(bash): Proper implementation for cdl, cdg, cdsSyndamia2024-11-301-8/+30
|
* fix(bash): Make cp preserve timestampsSyndamia2024-11-271-0/+5
|
* feat(bash): Implement forward directory naviagationKamen Mladenov2024-11-271-1/+10
|
* fix(bash): Remove previous directory on failed popKamen Mladenov2024-11-271-1/+1
|
* feat(bash): Make lighter blue appear in nix develop, alongside nix-shellSyndamia2024-11-101-1/+1
|
* feat(bashrc): Add Ctrl-L bindingSyndamia2024-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_*_SLABSyndamia2024-11-081-5/+5
|
* fix(bash): Proper low-color support for PS_* variablesSyndamia2024-11-081-16/+18
|
* fix(bash): Proper(-ish) handling of seconds duration timeKamen 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 variableKamen Mladenov2024-11-041-1/+2
|
* fix(bash): Show git precursor even when git info isn't printedKamen Mladenov2024-11-041-1/+1
|
* feat(bash): Color tweaksKamen Mladenov2024-11-041-4/+4
|
* feat(bash): Show time of command before prompt on enterKamen Mladenov2024-11-041-2/+9
|
* fix(bash): Fix directory not being on newline when it's the only event above PS1Kamen Mladenov2024-11-041-2/+2
|
* feat(bash): Simplified and improved slab logicSyndamia2024-11-031-24/+30
|
* feat(bash): Complete revamp of bashrcSyndamia2024-11-031-16/+403
|
* Added some more config filesSyndamia2021-06-081-0/+27