diff --git a/src/execute/execute_child.c b/src/execute/execute_child.c index 10e92569..a6467f22 100644 --- a/src/execute/execute_child.c +++ b/src/execute/execute_child.c @@ -123,7 +123,7 @@ static void handle_exec_errors(char *exec_path, t_ms_data *data) } if (execve(exec_path, data->args, env_to_array(data->envp)) == -1) { - ft_putstr_fd("minishell: fuck it\n", STDERR_FILENO); + ft_putstr_fd("maxishell: command not found\n", STDERR_FILENO); exit(IS_DIRECTORY); } } diff --git a/src/utils/.maxishell_history b/src/utils/.maxishell_history new file mode 100644 index 00000000..e37053c6 --- /dev/null +++ b/src/utils/.maxishell_history @@ -0,0 +1,3 @@ +"" +e +tegtrg