mirror of
https://github.com/pygos/build.git
synced 2024-11-06 03:47:11 +01:00
4 lines
42 B
Bash
4 lines
42 B
Bash
|
if [ -f ~/.bashrc ]; then
|
||
|
. ~/.bashrc
|
||
|
fi
|