mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +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
|