Warn for missing .rc file.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-06-01 22:00:09 +02:00
parent d3c32f2fd5
commit dedda1e419
2 changed files with 5 additions and 0 deletions

View file

@ -79,6 +79,8 @@ if (defined($RCFILE)) {
}
}
close($RCFILE);
} else {
warn "W: No .rc file found.\n";
}
# these env-vars have higher priority (order is important)