Create .bashrc

This commit is contained in:
Jeffrey Paul 2018-03-06 16:46:27 -05:00 committed by GitHub
parent 35e4c5443a
commit f48c24d2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
homedir.skel/.bashrc Normal file
View File

@ -0,0 +1,5 @@
if [[ -d ~/.local/bashrc.d ]]; then
for FN in ~/.local/bashrc.d/*.sh ; do
source $FN
done
fi