From 4e3e1feba52ba55abb23793d182cccbe9084895c Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 12 Jun 2020 12:17:52 -0500 Subject: [PATCH] Moving from .sh to .bash, mainly to get shellcheck to stop questioning my life choices --- .bashrc | 4 ++-- .bashrc.d/{10-alias.sh => 10-alias.bash} | 0 .bashrc.d/{11-env.sh => 11-env.bash} | 0 .bashrc.d/{12-prompt.sh => 12-prompt.bash} | 0 .bashrc.d/{30-pkgfile.sh => 30-pkgfile.bash} | 0 .bashrc.d/{cn-fwupd.sh => cn-fwupd.bash} | 0 .bashrc.d/{cn-progload.sh => cn-progload.bash} | 0 .bashrc.d/{cn-scp.sh => cn-scp.bash} | 0 .bashrc.d/{cnsftp.sh => cnsftp.bash} | 0 .bashrc.d/{cnssh.sh => cnssh.bash} | 0 .bashrc.d/{colored-man-pages.sh => colored-man-pages.bash} | 0 .bashrc.d/{countdown.sh => countdown.bash} | 0 .bashrc.d/{fontfind.sh => fontfind.bash} | 0 .bashrc.d/{getdst.sh => getdst.bash} | 0 .bashrc.d/{shot.sh => shot.bash} | 0 .bashrc.d/{sing.sh => sing.bash} | 0 .bashrc.d/{triumph.sh => triumph.bash} | 0 .bashrc.d/{vactivate.sh => vactivate.bash} | 0 .bashrc.d/{weechat.sh => weechat.bash} | 0 19 files changed, 2 insertions(+), 2 deletions(-) rename .bashrc.d/{10-alias.sh => 10-alias.bash} (100%) rename .bashrc.d/{11-env.sh => 11-env.bash} (100%) rename .bashrc.d/{12-prompt.sh => 12-prompt.bash} (100%) rename .bashrc.d/{30-pkgfile.sh => 30-pkgfile.bash} (100%) rename .bashrc.d/{cn-fwupd.sh => cn-fwupd.bash} (100%) rename .bashrc.d/{cn-progload.sh => cn-progload.bash} (100%) rename .bashrc.d/{cn-scp.sh => cn-scp.bash} (100%) rename .bashrc.d/{cnsftp.sh => cnsftp.bash} (100%) rename .bashrc.d/{cnssh.sh => cnssh.bash} (100%) rename .bashrc.d/{colored-man-pages.sh => colored-man-pages.bash} (100%) rename .bashrc.d/{countdown.sh => countdown.bash} (100%) rename .bashrc.d/{fontfind.sh => fontfind.bash} (100%) rename .bashrc.d/{getdst.sh => getdst.bash} (100%) rename .bashrc.d/{shot.sh => shot.bash} (100%) rename .bashrc.d/{sing.sh => sing.bash} (100%) rename .bashrc.d/{triumph.sh => triumph.bash} (100%) rename .bashrc.d/{vactivate.sh => vactivate.bash} (100%) rename .bashrc.d/{weechat.sh => weechat.bash} (100%) diff --git a/.bashrc b/.bashrc index 34db32e..6cc2d3c 100644 --- a/.bashrc +++ b/.bashrc @@ -20,6 +20,6 @@ shopt -s extglob ### OTHER CONFIG ### -# Source all *.sh files in ~/.bashrc.d/ +# Source all *.bash files in ~/.bashrc.d/ # shellcheck source=/dev/null -for f in ~/.bashrc.d/*.sh; do source "$f"; done +for f in ~/.bashrc.d/*.bash; do source "$f"; done diff --git a/.bashrc.d/10-alias.sh b/.bashrc.d/10-alias.bash similarity index 100% rename from .bashrc.d/10-alias.sh rename to .bashrc.d/10-alias.bash diff --git a/.bashrc.d/11-env.sh b/.bashrc.d/11-env.bash similarity index 100% rename from .bashrc.d/11-env.sh rename to .bashrc.d/11-env.bash diff --git a/.bashrc.d/12-prompt.sh b/.bashrc.d/12-prompt.bash similarity index 100% rename from .bashrc.d/12-prompt.sh rename to .bashrc.d/12-prompt.bash diff --git a/.bashrc.d/30-pkgfile.sh b/.bashrc.d/30-pkgfile.bash similarity index 100% rename from .bashrc.d/30-pkgfile.sh rename to .bashrc.d/30-pkgfile.bash diff --git a/.bashrc.d/cn-fwupd.sh b/.bashrc.d/cn-fwupd.bash similarity index 100% rename from .bashrc.d/cn-fwupd.sh rename to .bashrc.d/cn-fwupd.bash diff --git a/.bashrc.d/cn-progload.sh b/.bashrc.d/cn-progload.bash similarity index 100% rename from .bashrc.d/cn-progload.sh rename to .bashrc.d/cn-progload.bash diff --git a/.bashrc.d/cn-scp.sh b/.bashrc.d/cn-scp.bash similarity index 100% rename from .bashrc.d/cn-scp.sh rename to .bashrc.d/cn-scp.bash diff --git a/.bashrc.d/cnsftp.sh b/.bashrc.d/cnsftp.bash similarity index 100% rename from .bashrc.d/cnsftp.sh rename to .bashrc.d/cnsftp.bash diff --git a/.bashrc.d/cnssh.sh b/.bashrc.d/cnssh.bash similarity index 100% rename from .bashrc.d/cnssh.sh rename to .bashrc.d/cnssh.bash diff --git a/.bashrc.d/colored-man-pages.sh b/.bashrc.d/colored-man-pages.bash similarity index 100% rename from .bashrc.d/colored-man-pages.sh rename to .bashrc.d/colored-man-pages.bash diff --git a/.bashrc.d/countdown.sh b/.bashrc.d/countdown.bash similarity index 100% rename from .bashrc.d/countdown.sh rename to .bashrc.d/countdown.bash diff --git a/.bashrc.d/fontfind.sh b/.bashrc.d/fontfind.bash similarity index 100% rename from .bashrc.d/fontfind.sh rename to .bashrc.d/fontfind.bash diff --git a/.bashrc.d/getdst.sh b/.bashrc.d/getdst.bash similarity index 100% rename from .bashrc.d/getdst.sh rename to .bashrc.d/getdst.bash diff --git a/.bashrc.d/shot.sh b/.bashrc.d/shot.bash similarity index 100% rename from .bashrc.d/shot.sh rename to .bashrc.d/shot.bash diff --git a/.bashrc.d/sing.sh b/.bashrc.d/sing.bash similarity index 100% rename from .bashrc.d/sing.sh rename to .bashrc.d/sing.bash diff --git a/.bashrc.d/triumph.sh b/.bashrc.d/triumph.bash similarity index 100% rename from .bashrc.d/triumph.sh rename to .bashrc.d/triumph.bash diff --git a/.bashrc.d/vactivate.sh b/.bashrc.d/vactivate.bash similarity index 100% rename from .bashrc.d/vactivate.sh rename to .bashrc.d/vactivate.bash diff --git a/.bashrc.d/weechat.sh b/.bashrc.d/weechat.bash similarity index 100% rename from .bashrc.d/weechat.sh rename to .bashrc.d/weechat.bash