bundles/users: source users bashrc after loading global bashrc instead of overwriting it
This commit is contained in:
parent
c02a1f2a90
commit
dcb9db3639
2 changed files with 13 additions and 5 deletions
|
@ -64,3 +64,8 @@ ${k}() {
|
|||
${v}
|
||||
}
|
||||
% endfor
|
||||
|
||||
if [[ -f "/etc/bashrc_bundlewrap/$(logname)" ]]
|
||||
then
|
||||
source "/etc/bashrc_bundlewrap/$(logname)"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue