From 94fa3876b1e154b61467dc1672bc25ef624c61e9 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Tue, 16 Feb 2021 21:15:27 +0100 Subject: [PATCH] Add 'config.py' --- config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.py diff --git a/config.py b/config.py new file mode 100644 index 0000000..7e94c53 --- /dev/null +++ b/config.py @@ -0,0 +1,10 @@ +# Configuration is new I don't recommend you try it. +# To set up your config file add an import line into shell.py + + +# hostname +# USER = USER +# HOSTNAME = HOSTNAME +# SUFFIX = $ +# the shell prompt will be user@hostname (suffix at the end) +# by default the shell won't use your configured shell prompt yet \ No newline at end of file