Create .bashrc
This commit is contained in:
parent
35e4c5443a
commit
f48c24d2c6
|
@ -0,0 +1,5 @@
|
|||
if [[ -d ~/.local/bashrc.d ]]; then
|
||||
for FN in ~/.local/bashrc.d/*.sh ; do
|
||||
source $FN
|
||||
done
|
||||
fi
|
Loading…
Reference in New Issue