」 feat: Prompt finished

This commit is contained in:
2024-05-02 15:50:58 +02:00
parent 272061eafc
commit bbadc3e663
71 changed files with 83 additions and 86 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/26 09:38:51 by mmoussou #+# #+# */
/* Updated: 2024/04/30 12:39:03 by adjoly ### ########.fr */
/* Updated: 2024/05/02 15:31:38 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -22,5 +22,8 @@
# include "libft.h"
char set_env(char **env, const char *name, char *content);
char *get_hostname(void);
char *get_prompt(void);
char *get_pwd(void);
#endif