diff --git a/Bashrc.wiki b/Bashrc.wiki index 1696971..5856414 100644 --- a/Bashrc.wiki +++ b/Bashrc.wiki @@ -47,7 +47,7 @@ Another cool option is actually built in to bash: If you call for a directory wi shopt -s autocd }}} -This is where all the other utilities, aliases, and functions get pulled in. Anything in `~/.bashrc.d/` ending in `.sh` will get pulled in. +This is where all the other utilities, aliases, and functions get pulled in. Anything in `~/.bashrc.d/` ending in `.bash` will get pulled in. {{{class="prettyprint" for f in ~/.bashrc.d/*.bash; do source "$f"; done