diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-03-19 17:52:09 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-03-19 17:52:09 +0100 |
| commit | 34938a8148dfca66c4d74b1bab1c70f6ba855fb8 (patch) | |
| tree | 70db50803e4fd5c3cdd186ea929396e148808279 /nm.c | |
| parent | d9b3d4f234b660d325a4d01479590bced47c9ec4 (diff) | |
updated readme
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'nm.c')
| -rw-r--r-- | nm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ int main(void) { signal(SIGINT, handlecc); char *USER = getenv("USER"); + if (!USER) + USER = "god"; while (true) { char prompt[strlen(USER) + strlen("$ ") + 1]; |