some fixes
This commit is contained in:
parent
36c204690d
commit
b8c99d4212
1 changed files with 3 additions and 3 deletions
6
.bashrc
6
.bashrc
|
@ -219,9 +219,9 @@ _init() {
|
|||
|
||||
# ─< loop through and source the plugins >────────────────────────────────────────────────
|
||||
for plugin in "${plugins[@]}"; do
|
||||
if [ -f "$plugin" ]; then
|
||||
echo_plugin "$plugin"
|
||||
. "$plugin"
|
||||
if [ -f "$bash_dir/$plugin" ]; then
|
||||
echo_plugin "$bash_dir/$plugin"
|
||||
. "$bash_dir/$plugin"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue