bash.bashrc
This commit is contained in:
parent
e221bf5dfd
commit
3ed56f6453
1 changed files with 3 additions and 0 deletions
3
bash.bashrc
Normal file
3
bash.bashrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
for file in /etc/bash.d/*.sh ; do
|
||||
source "${file}"
|
||||
done
|
Loading…
Reference in a new issue