mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
b363b49a56
- passwd and group files with entries for "root" - user directory for "root" - hosts and hostname files Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
3 lines
42 B
Bash
3 lines
42 B
Bash
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|