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