From 990143a3f21f5500abc329c7df4ef30d20cb71eb Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 17 Aug 2020 19:49:35 +0200 Subject: .minishellrc working --- src/d_define.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/d_define.h') diff --git a/src/d_define.h b/src/d_define.h index 899a2e7..d38cb10 100644 --- a/src/d_define.h +++ b/src/d_define.h @@ -45,5 +45,13 @@ #define FT_FAIL_COMMAND_NOT_FOUND "command not found" #define FT_FAIL_NO_OPTIONS "no options required" #define FT_FAIL_TOO_MANY_ARGS "too many arguments" +#define FT_FAIL_HOME_NOT_SET "HOME not set" + +/* +** ====== FILES ====== +*/ + +#define FT_MINISHELLRC ".minishellrc" +#define FT_MINISHELL_HISTORY ".minishell_history" #endif -- cgit v1.2.3