summaryrefslogtreecommitdiffstats
path: root/src/d_define.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_define.h')
-rw-r--r--src/d_define.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d_define.h b/src/d_define.h
index d38cb10..2f819c9 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -19,9 +19,9 @@
** ====== CLASSICS ======
*/
-#define FT_PS_ONE "minishell ~> "
-#define FT_BUILTINS "echo|cd|pwd|export|unset|env|exit|type"
-#define FT_HISTFILE "minishell_history"
+#define FT_PS_ONE "minishell ~> "
+#define FT_BUILTINS "echo|cd|pwd|export|unset|env|exit|type"
+#define FT_MSH_VERSION "0.1"
/*
** ====== OPTIONS ======