diff options
Diffstat (limited to 'src/config.py')
| -rw-r--r-- | src/config.py | 7 |
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" |
