aboutsummaryrefslogtreecommitdiffstats
path: root/src/system_info.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2018-02-211-2/+2
|
* 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)
* handle pwd coloringJesse Luehrs2018-02-201-1/+7
|
* add vcs supportJesse Luehrs2018-02-201-0/+5
|
* start sketching out some thingsJesse Luehrs2018-02-191-0/+46