mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
63fc33657d
- move all bash related files to bash package - don't clutter files in package directory, structure in directory hierarchy Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
3 lines
46 B
Bash
3 lines
46 B
Bash
if [ -f /etc/bashrc ]; then
|
|
. /etc/bashrc
|
|
fi
|