Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-03 | repl: Load user's initialization file. | Oleg Pykhalov | |
* guix/scripts/repl.scm (guix-repl): Load user's initialization file. | |||
2018-11-26 | repl: Do not exit repl on SIGINT. | Oleg Pykhalov | |
* guix/scripts/repl.scm (guix-repl): Do not exit repl on SIGINT. | |||
2018-07-13 | Add (guix inferior) and (guix scripts repl). | Ludovic Courtès | |
* guix/inferior.scm, guix/scripts/repl.scm, tests/inferior.scm: New files. * Makefile.am (MODULES): Add 'guix/scripts/repl.scm' and 'guix/inferior.scm'. (SCM_TESTS): Add 'tests/inferior.scm'. * doc/guix.texi (Invoking guix repl): New node. |