From 5ae5f298983f367bb5ad11d67ca97a1e314f6883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Thu, 13 Dec 2018 17:38:58 +0100 Subject: [PATCH] bashrc: renamed all files in .bashrc.d from .bashrc to .sh --- .bashrc | 2 +- .bashrc.d/{dotfiles_command.bashrc => dotfiles_command.sh} | 0 .bashrc.d/{dotfiles_install.bashrc => dotfiles_install.sh} | 0 .bashrc.d/{neovim.bashrc => neovim.sh} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename .bashrc.d/{dotfiles_command.bashrc => dotfiles_command.sh} (100%) rename .bashrc.d/{dotfiles_install.bashrc => dotfiles_install.sh} (100%) rename .bashrc.d/{neovim.bashrc => neovim.sh} (100%) 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