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 >────────────────────────────────────────────────
|
# ─< loop through and source the plugins >────────────────────────────────────────────────
|
||||||
for plugin in "${plugins[@]}"; do
|
for plugin in "${plugins[@]}"; do
|
||||||
if [ -f "$plugin" ]; then
|
if [ -f "$bash_dir/$plugin" ]; then
|
||||||
echo_plugin "$plugin"
|
echo_plugin "$bash_dir/$plugin"
|
||||||
. "$plugin"
|
. "$bash_dir/$plugin"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue