Bashrc.wiki: update config sourcing discussion
This commit is contained in:
parent
f4369c8197
commit
978d1460a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue