mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
system: Add a default '.guile' skeleton.
* gnu/system/shadow.scm (default-skeletons): Add ".guile".
This commit is contained in:
parent
585347d7aa
commit
a84ea2191e
1 changed files with 5 additions and 0 deletions
|
@ -189,6 +189,11 @@ (define copy-guile-wm
|
|||
(".bashrc" ,bashrc)
|
||||
(".zlogin" ,zlogin)
|
||||
(".Xdefaults" ,xdefaults)
|
||||
(".guile" ,(plain-file "dot-guile"
|
||||
(string-append
|
||||
"(use-modules (ice-9 readline))\n\n"
|
||||
";; Enable completion at the REPL.\n"
|
||||
"(activate-readline)\n")))
|
||||
(".guile-wm" ,guile-wm)
|
||||
(".gdbinit" ,gdbinit))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue