[bug#78308,v3,10/10] news: Add news entry for etc-bashrc-d-service-type.
Commit Message
* etc/news.scm (channel-news): New entry.
Change-Id: Iaf861617e871eca90ac28ba5e14876c0f2f0f731
---
etc/news.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
@@ -38,6 +38,23 @@
(channel-news
(version 0)
+ (entry (commit "XXX")
+ (title
+ (en "New services for /etc/profile.d and /etc/bashrc.d"))
+ (body
+ (en "Two new Shepherd services, @code{etc-profile-d-service-type} and
+@code{etc-bashrc-d-service-type}, can now be used to configure and extend your
+shell. The services accept a list of file-like objects that must have the
+@file{.sh} file name extension. @code{etc-bashrc-d-service-type} is now used
+instead of skeleton files to provision the Guix-provided Bash
+aliases (@file{/etc/bashrc.d/aliases.sh}). It is also used to configure the
+@code{bash-completion} package, by provisioning
+@file{/etc/bashrc.d/bash_completion.sh}. If your @code{operating-system}
+configuration does not include the @code{%base-services}, you may want to add
+@code{(service etc-bashrc-d-service-type)} to your services, so Bash
+completion will continue working for new users. See (info \"(guix) Service
+Reference\") for extra information and examples.")))
+
(entry (commit "6e8ffdf3c5afac265e540027c2332573b25461ae")
(title
(en "Linux-libre 6.13 removed from Guix")