Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly read username and hostname | Aqua-sama | 2020-10-11 | 3 | -32/+75 |
| | | | | | | | username is read by using libc::getuid, and checking /etc/passwd for the uid and getting the username from there hostname is read from /proc/sys/kernel/hostname | ||||
* | Make Prompt more const | Aqua-sama | 2020-10-11 | 3 | -31/+52 |
| | |||||
* | Initial commit | Aqua-sama | 2020-09-21 | 3 | -0/+147 |