mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-20 00:36:09 +01:00
7 lines
108 B
Bash
7 lines
108 B
Bash
if [ -n "$PS1" ]
|
|
then
|
|
source ~/.bash_profile;
|
|
else
|
|
[ -r ~/.path ] && [ -f ~/.path ] && source ~/.path;
|
|
fi
|