From 6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 11 Jan 2021 22:30:12 +0100 Subject: Removing everything prompt related --- src/config.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index 94117e8..03893d1 100644 --- a/src/config.py +++ b/src/config.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:19 by charles #+# #+# # -# Updated: 2021/01/10 15:25:49 by cacharle ### ########.fr # +# Updated: 2021/01/11 22:19:59 by charles ### ########.fr # # # # ############################################################################ # @@ -22,11 +22,6 @@ import distutils.spawn # can be changed with `export MINISHELL_TEST_BONUS=yes` in your shell rc file. BONUS = False -# Your prompt (string that will be ignored) -# ./run -h to show the available format -# Create a new issue if your type of prompt isn't supported -PROMPT = None - # minishell dir path MINISHELL_DIR = "../minishell" -- cgit