xoxys.gitea/files/bashrc
2018-12-08 22:21:48 +01:00

10 lines
158 B
Bash

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
while read filename
do
source "$filename"
done < <(find -L ~/.bashrc.d -type f)