From c9b17eb1b25a22ed024aaafc1e669dfbfe1bc5b0 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 30 Oct 2019 20:35:40 +0100 Subject: work work --- inc/minishell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/minishell.h') 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 +#define FT_PS1 "joe-sh~> " + int ft_process_arg(const char *arg); int ft_echo(char **com, uint8_t n); int ft_pwd(void); -- cgit v1.2.3