diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-01-19 21:54:46 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-19 23:11:37 +0100 |
commit | a9f4a7eee379accded2bd1515d8acb0746ea0517 (patch) | |
tree | 2a19367a00b41a78a295f2d33379efe9811ddfc0 /doc | |
parent | 3adf320e44e54017a67f219ce9667a379c393dad (diff) | |
download | patches-a9f4a7eee379accded2bd1515d8acb0746ea0517.tar patches-a9f4a7eee379accded2bd1515d8acb0746ea0517.tar.gz |
repl: Add "-q".
* guix/scripts/repl.scm (%options, show-help): Add "-q".
(guix-repl): Add 'user-config' and use it. Honor 'ignore-dot-guile?'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 56fa4ff079..dea4584286 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8008,6 +8008,10 @@ Add @var{directory} to the front of the package module search path This allows users to define their own packages and make them visible to the command-line tool. + +@item -q +Inhibit loading of the @file{~/.guile} file. By default, that +configuration file is loaded when spawning a @code{guile} REPL. @end table @c ********************************************************************* |