From a36a27b8ca85adf57b2a9926a53e74e3a3863d3d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 11 Oct 2020 15:38:53 +0200 Subject: Added leak verbose --- src/config.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index 561cbb9..a7001e7 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: 2020/10/08 08:47:39 by cacharle ### ########.fr # +# Updated: 2020/10/10 14:22:02 by cacharle ### ########.fr # # # # ############################################################################ # @@ -22,6 +22,11 @@ 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 = ".." -- cgit