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