aboutsummaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-11 22:30:12 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-11 22:30:12 +0100
commit6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c (patch)
treefa02d27e427db2bf212f6c131b3823fef1c56b17 /src/config.py
parent4a9f5b636ef63532569676c416caa149731e930b (diff)
downloadminishell_test-6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c.tar.gz
minishell_test-6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c.tar.bz2
minishell_test-6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c.zip
Removing everything prompt related
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py7
1 files changed, 1 insertions, 6 deletions
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 <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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"