aboutsummaryrefslogtreecommitdiffstats
path: root/src/system_info.rs
Commit message (Collapse)AuthorAgeFilesLines
* reorganize a bitJesse Luehrs2018-05-141-49/+0
|
* rustfmtJesse Luehrs2018-02-241-6/+2
|
* 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