Create .bashrc

This commit is contained in:
2018-03-06 16:46:27 -05:00
committed by GitHub
parent 35e4c5443a
commit f48c24d2c6

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