diff options
-rw-r--r-- | staging/cli.c | 2 | ||||
-rw-r--r-- | staging/cli.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/staging/cli.c b/staging/cli.c index b74d688..409b2ec 100644 --- a/staging/cli.c +++ b/staging/cli.c @@ -211,7 +211,7 @@ int cli() gcli = cli; // Set the hostname (shown in the the prompt) - cli_set_hostname(cli, MZ_PROMPT); + cli_set_hostname(cli, "mz"); // Set the greeting cli_set_banner(cli, "mausezahn " VERSION_STRING); diff --git a/staging/cli.h b/staging/cli.h index 6c6cccb..c69caa8 100644 --- a/staging/cli.h +++ b/staging/cli.h @@ -48,8 +48,6 @@ #define MZ_MODE_INTERFACE 1200 #define MZ_MODE_SEQUENCE 1300 -#define MZ_PROMPT "mz-" MAUSEZAHN_VERSION_SHORT - #define MZ_DEFAULT_USERNAME "mz" #define MZ_DEFAULT_PASSWORD "mz" #define MZ_DEFAULT_ENABLE_PASSWORD "mops" |