summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Farrell <127912262+RogerFarrell@users.noreply.github.com>2026-06-16 16:21:53 -0500
committerGiacomo Leidi <therewasa@fishinthecalculator.me>2026-06-17 19:46:29 +0200
commit6622ea566b24596590cc3497204011bc169e36db (patch)
tree455ff570f899b48ab7172268266de9e9486bbfd5 /doc
parent23d37b7a37b69d2ad03422bcbc46128c9cb2ae56 (diff)
doc: Expand Bash Home service subsection.
* doc/guix.texi (Home Configuration): Add that .bash_profile takes precedence over other startup files. Fixes: https://codeberg.org/guix/guix/issues/7727 Merges: https://codeberg.org/guix/guix/pulls/9346 Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a38a04096ca..d3736a38fe7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -53251,8 +53251,10 @@ alias ls="ls -alF"
53251@item @code{bash-profile} (default: @code{()}) (type: text-config) 53251@item @code{bash-profile} (default: @code{()}) (type: text-config)
53252List of file-like objects, which will be added to @file{.bash_profile}. 53252List of file-like objects, which will be added to @file{.bash_profile}.
53253Used for executing user's commands at start of login shell (In most 53253Used for executing user's commands at start of login shell (In most
53254cases the shell started on tty just after login). @file{.bash_login} 53254cases the shell started on tty just after login). Since
53255won't be ever read, because @file{.bash_profile} always present. 53255@file{.bash_profile} is always generated, Bash will never load
53256subsequent startup files with lower precedence such as
53257@file{.bash_login}.
53256 53258
53257@item @code{bashrc} (default: @code{()}) (type: text-config) 53259@item @code{bashrc} (default: @code{()}) (type: text-config)
53258List of file-like objects, which will be added to @file{.bashrc}. Used 53260List of file-like objects, which will be added to @file{.bashrc}. Used