- add freelist to minishell - add t_minishell *minishell to all function calling malloc_free - substituted all malloc calls but the first to malloc_safe
environment: rename functions environment: add get_arr function builtins: add export builtin