aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2018-02-215-18/+23
|
* simplifyJesse Luehrs2018-02-211-1/+1
|
* just always use $PWDJesse Luehrs2018-02-211-6/+2
| | | | | std::env::current_dir() canonicalizes symlinks (i think only the shell itself keeps track of the path without doing that)
* give a default for root's user colorJesse Luehrs2018-02-201-0/+2
|
* commits to push should also count as dirtyJesse Luehrs2018-02-201-1/+5
|
* also need to wrap the reset code in prompt escapesJesse Luehrs2018-02-201-1/+3
|
* implement branch name compressionJesse Luehrs2018-02-201-3/+28
|
* handle vcs coloringJesse Luehrs2018-02-203-5/+37
|
* handle pwd coloringJesse Luehrs2018-02-203-10/+53
|
* add vcs supportJesse Luehrs2018-02-205-6/+328
|
* allow overriding colorsJesse Luehrs2018-02-191-1/+40
|
* simplify, and implement autosizingJesse Luehrs2018-02-192-238/+156
|
* start sketching out some thingsJesse Luehrs2018-02-195-0/+673