self
self copied to clipboard
Console prompt wrong
Two part issue:
- Docs show console prompt as
Self 0but standard prompt should be something like[email protected] 0> - Prompt fails to get hostname, so actual prompt is
owner@[unknown hostName] 0>which looks like a debugger or similar.
Suggested fix:
- Revert to
Self 0by default - Allow pluggable prompts, and fix
hostName
Alternative:
- Pick a nice default prompt, and make that default (and update docs)