Moving from .sh to .bash, mainly to get shellcheck to stop questioning my life choices
This commit is contained in:
parent
6e4eecd613
commit
4e3e1feba5
4
.bashrc
4
.bashrc
|
@ -20,6 +20,6 @@ shopt -s extglob
|
||||||
|
|
||||||
### OTHER CONFIG ###
|
### OTHER CONFIG ###
|
||||||
|
|
||||||
# Source all *.sh files in ~/.bashrc.d/
|
# Source all *.bash files in ~/.bashrc.d/
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
for f in ~/.bashrc.d/*.sh; do source "$f"; done
|
for f in ~/.bashrc.d/*.bash; do source "$f"; done
|
||||||
|
|
Loading…
Reference in New Issue