wip builtins: env, exit
This commit is contained in:
20
headers/minishell_user_macro.h
Normal file
20
headers/minishell_user_macro.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* 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
|
||||
Reference in New Issue
Block a user