diff --git a/.bashrc b/.bashrc index 13b4b51..46b89aa 100644 --- a/.bashrc +++ b/.bashrc @@ -43,7 +43,7 @@ else if truthy $DOTFILES_ACTIVE; then # Source .bashrc.d - for file in ~/.bashrc.d/*.bashrc; do + for file in ~/.bashrc.d/*.sh; do . "$file" done diff --git a/.bashrc.d/dotfiles_command.bashrc b/.bashrc.d/dotfiles_command.sh similarity index 100% rename from .bashrc.d/dotfiles_command.bashrc rename to .bashrc.d/dotfiles_command.sh diff --git a/.bashrc.d/dotfiles_install.bashrc b/.bashrc.d/dotfiles_install.sh similarity index 100% rename from .bashrc.d/dotfiles_install.bashrc rename to .bashrc.d/dotfiles_install.sh diff --git a/.bashrc.d/neovim.bashrc b/.bashrc.d/neovim.sh similarity index 100% rename from .bashrc.d/neovim.bashrc rename to .bashrc.d/neovim.sh