/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* minishell_user_macro.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: lperrey +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2021/10/10 03:36:37 by lperrey #+# #+# */ /* Updated: 2021/10/10 20:58:28 by lperrey ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef MINISHELL_USER_MACRO_H # define MINISHELL_USER_MACRO_H # include "minishell_macro.h" # define U_PROMPT_END PROMPT_EURO # define U_DEFAULT_USER "NoUser" # define U_DEFAULT_NAME "NoName" #endif