Files
dotfiles/.bashrc
2020-09-29 23:22:33 +02:00

7 lines
108 B
Bash

if [ -n "$PS1" ]
then
source ~/.bash_profile;
else
[ -r ~/.path ] && [ -f ~/.path ] && source ~/.path;
fi