diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/minishell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/minishell.h b/inc/minishell.h index 3dfc3ae..bbb4c2c 100644 --- a/inc/minishell.h +++ b/inc/minishell.h @@ -3,6 +3,8 @@ #include <inttypes.h> +#define FT_PS1 "joe-sh~> " + int ft_process_arg(const char *arg); int ft_echo(char **com, uint8_t n); int ft_pwd(void); |