diff --git a/shell.py b/shell.py index 12cfda8..f168537 100755 --- a/shell.py +++ b/shell.py @@ -13,7 +13,7 @@ OS = platform.system() HOST = socket.gethostname() VER = "PCLISH v0.0.6a-hotfix1a" -PROMPT = "shell@localhost$ " +PROMPT = "shell@{}$ ".format(HOST) def execute_command(command): try: