21 lines
1.0 KiB
C
21 lines
1.0 KiB
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* minishell_user_macro.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2021/10/10 03:36:37 by lperrey #+# #+# */
|
|
/* Updated: 2021/10/10 04:55:46 by lperrey ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef MINISHELL_USER_MACRO_H
|
|
# define MINISHELL_USER_MACRO_H
|
|
|
|
# include "minishell_macro.h"
|
|
|
|
# define USER_PROMPT PROMPT_EURO
|
|
|
|
#endif
|