on a retrouvé le builtin history

This commit is contained in:
gwojda 2017-03-07 11:24:20 +01:00
parent dea350d925
commit 1c41155c50

View file

@ -6,7 +6,7 @@
/* By: jhalford <jhalford@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/12/13 13:09:57 by jhalford #+# #+# */
/* Updated: 2017/03/02 21:00:13 by jhalford ### ########.fr */
/* Updated: 2017/03/07 11:05:55 by gwojda ### ########.fr */
/* */
/* ************************************************************************** */
@ -27,6 +27,7 @@ t_stof g_builtin[] =
{"bg", &builtin_bg},
{"read", &builtin_read},
{"hash", &builtin_hash},
{"history", &builtin_history},
{NULL, NULL},
};