xoxys.gitea/files/bashrc

10 lines
158 B
Bash
Raw Normal View History

2018-12-08 22:21:48 +01:00
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
while read filename
do
source "$filename"
done < <(find -L ~/.bashrc.d -type f)