guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: home: services: shell: Do not use "setup" as a verb.


From: guix-commits
Subject: 02/05: home: services: shell: Do not use "setup" as a verb.
Date: Wed, 13 Jul 2022 19:09:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9e4cbb307665f061d6e8bc75660ae9421886f6b2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 13 17:13:12 2022 +0200

    home: services: shell: Do not use "setup" as a verb.
    
    * gnu/home/services/shells.scm (zsh-file-zprofile)
    (add-bash-configuration): Do not use "setup" as a word in generated
    files.  End sentences with a period.
---
 gnu/home/services/shells.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm
index dda80736b1..27190934f0 100644
--- a/gnu/home/services/shells.scm
+++ b/gnu/home/services/shells.scm
@@ -192,9 +192,9 @@ another process for example)."))
   (mixed-text-file
    "zprofile"
    "\
-# Setups system and user profiles and related variables
+# Set up the system, user profile, and related variables.
 source /etc/profile
-# Setups home environment profile
+# Set up the home environment profile.
 source ~/.profile
 
 # It's only necessary if zsh is a login shell, otherwise profiles will
@@ -443,9 +443,9 @@ alias grep='grep --color=auto'\n")
       ,(mixed-text-file
         "bash_profile"
         "\
-# Setups system and user profiles and related variables
+# Set up the system, user profile, and related variables.
 # /etc/profile will be sourced by bash automatically
-# Setups home environment profile
+# Set up the home environment profile.
 if [ -f ~/.profile ]; then source ~/.profile; fi
 
 # Honor per-interactive-shell startup file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]