From 2d169eefa877012ece4cf2c82d28ccca591fa638 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Tue, 16 Feb 2021 21:16:34 +0100 Subject: [PATCH] Update 'shell.py' --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.py b/shell.py index 78b89c3..5b98c9e 100644 --- a/shell.py +++ b/shell.py @@ -106,7 +106,7 @@ def pclish_shtdwnsubsys(): # Shell Prompt Customization and step 2 of command interpritation def main(): while True: - inp = input(f"{getpass.getuser()}@{platform.node()}>> ") + inp = input(user@hostname prefix) if inp == "exit": break elif inp[:3] == "cd ":