bashrc: renamed all files in .bashrc.d from .bashrc to .sh
This commit is contained in:
parent
b617d7a72b
commit
5ae5f29898
4 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -43,7 +43,7 @@ else
|
||||||
if truthy $DOTFILES_ACTIVE; then
|
if truthy $DOTFILES_ACTIVE; then
|
||||||
|
|
||||||
# Source .bashrc.d
|
# Source .bashrc.d
|
||||||
for file in ~/.bashrc.d/*.bashrc; do
|
for file in ~/.bashrc.d/*.sh; do
|
||||||
. "$file"
|
. "$file"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue