🔨」 fix: Fixed prompt with env function

This commit is contained in:
2024-05-27 19:02:07 +02:00
parent ebe3560d03
commit c6d1149642
4 changed files with 15 additions and 14 deletions

View File

@ -31,9 +31,6 @@
# include "execution.h"
char set_env(char **env, const char *name, char *content);
char *get_hostname(void);
char *get_prompt(void);
char *get_pwd(void);
bool is_str(char *src, char *dst);
#endif