on a retrouvé le builtin history
This commit is contained in:
parent
dea350d925
commit
1c41155c50
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: jhalford <jhalford@student.42.fr> +#+ +:+ +#+ */
|
/* By: jhalford <jhalford@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2016/12/13 13:09:57 by jhalford #+# #+# */
|
/* 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},
|
{"bg", &builtin_bg},
|
||||||
{"read", &builtin_read},
|
{"read", &builtin_read},
|
||||||
{"hash", &builtin_hash},
|
{"hash", &builtin_hash},
|
||||||
|
{"history", &builtin_history},
|
||||||
{NULL, NULL},
|
{NULL, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue