summaryrefslogtreecommitdiffstats
path: root/src/m_minishell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_minishell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_minishell.c b/src/m_minishell.c
index a538041..7a381ee 100644
--- a/src/m_minishell.c
+++ b/src/m_minishell.c
@@ -35,6 +35,7 @@ int
ft_dprintf(2, "%s\n", strerror(errno));
return (FT_RET_ALLOC);
}
+ m_source_mshrc(msh);
ret = m_argv(argc, argv, msh);
s_destroy(msh);
return (ret);