summaryrefslogtreecommitdiffstats
path: root/src/shell/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* simplify environment handlingJesse Luehrs2022-01-171-2/+2
* move default environment variable setting to shell initializationJesse Luehrs2022-01-161-1/+4
* set default SHELL and TERM for subprocessesJesse Luehrs2022-01-151-5/+5
* move the std channel adaptor thread onto the thread poolJesse Luehrs2022-01-111-2/+2
* simplifyJesse Luehrs2022-01-111-22/+17
* move git calcuations to a background threadJesse Luehrs2022-01-111-2/+8
* use inotify to update the prompt git statusJesse Luehrs2022-01-111-2/+47
* add git info to the promptJesse Luehrs2022-01-111-7/+34
* detect git repositoriesJesse Luehrs2022-01-111-6/+34
* clippyJesse Luehrs2022-01-111-2/+0
* highlight the specific pipeline that is currently runningJesse Luehrs2022-01-111-0/+3
* stop parsing command lines at all in the main shell processJesse Luehrs2022-01-091-37/+14
* renameJesse Luehrs2022-01-091-1/+1
* cleanupsJesse Luehrs2022-01-081-2/+2
* remove unnecessary codeJesse Luehrs2022-01-081-11/+4
* large refactorJesse Luehrs2022-01-081-2/+2
* and more simplificationJesse Luehrs2022-01-051-3/+2
* a bunch more reorganizationJesse Luehrs2022-01-051-0/+591