mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-17 12:52:58 -07:00
merge to master.
This commit is contained in:
parent
6b0359046d
commit
7fb554740a
7 changed files with 79 additions and 49 deletions
13
0-loader
13
0-loader
|
@ -1,13 +0,0 @@
|
|||
#!/bin/bash
|
||||
# These lines are to be appended to the default Ubuntu bashrc script
|
||||
# the only line I add to modify this file Add this file to the end of your
|
||||
# .bashrc to get whatever the defaults are there, then this scrilt will
|
||||
# scrape your .bashrc.d directory for *.sh files and load them into your
|
||||
# enviornment.
|
||||
if [[ -e ${HOME}/.bashrc.d ]]; then
|
||||
for __import_file in "${HOME}/.bashrc.d/"*".sh"; do
|
||||
source $__import_file
|
||||
done
|
||||
unset __import_file
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue