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.master
parent
7a6302acb0
commit
9e4cbb3076
|
@ -192,9 +192,9 @@ another process for example)."))
|
||||||
(mixed-text-file
|
(mixed-text-file
|
||||||
"zprofile"
|
"zprofile"
|
||||||
"\
|
"\
|
||||||
# Setups system and user profiles and related variables
|
# Set up the system, user profile, and related variables.
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
# Setups home environment profile
|
# Set up the home environment profile.
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
|
||||||
# It's only necessary if zsh is a login shell, otherwise profiles will
|
# 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
|
,(mixed-text-file
|
||||||
"bash_profile"
|
"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
|
# /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
|
if [ -f ~/.profile ]; then source ~/.profile; fi
|
||||||
|
|
||||||
# Honor per-interactive-shell startup file
|
# Honor per-interactive-shell startup file
|
||||||
|
|
Reference in New Issue