mirror of
https://github.com/pygos/build.git
synced 2025-01-12 05:55:31 +01:00
bcd68ce86a
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
|