mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
system: Default .bashrc now sources /etc/bashrc.
This is a followup to commit 1382bde93c
,
which disabled automatic sourcing of /etc/bashrc by interactive shell.
The noticeable effect of the change would be that Bash completion would
only work in login shells.
* gnu/system/shadow.scm (default-skeletons)["bashrc"]: Source
/etc/bashrc.
This commit is contained in:
parent
b63f6c0192
commit
b19950a184
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ (define copy-guile-wm
|
|||
return
|
||||
fi
|
||||
|
||||
# Source the system-wide file.
|
||||
source /etc/bashrc
|
||||
|
||||
# Adjust the prompt depending on whether we're in 'guix environment'.
|
||||
if [ -n \"$GUIX_ENVIRONMENT\" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue