aboutsummaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-11 15:38:53 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-11 15:38:53 +0200
commita36a27b8ca85adf57b2a9926a53e74e3a3863d3d (patch)
tree0cef6594264f1ebe2252f975514849c9a1262922 /src/config.py
parentfb0a727a9885b80b855f470ae6d5c1bfac614439 (diff)
downloadminishell_test-a36a27b8ca85adf57b2a9926a53e74e3a3863d3d.tar.gz
minishell_test-a36a27b8ca85adf57b2a9926a53e74e3a3863d3d.tar.bz2
minishell_test-a36a27b8ca85adf57b2a9926a53e74e3a3863d3d.zip
Added leak verbose
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py7
1 files changed, 6 insertions, 1 deletions
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 <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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 = ".."