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