diff options
Diffstat (limited to 'src/d_define.h')
-rw-r--r-- | src/d_define.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |