.
This commit is contained in:
parent
60239b7a48
commit
8f4cf77fcc
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
@ -203,9 +203,9 @@ _init() {
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ -e "$HOME/.bash/.install.sh" ]; then
|
||||
if [ -e "$HOME/.bash/.installs.sh" ]; then
|
||||
echo_info "Git installs activated by '_install <package>'"
|
||||
. "$HOME/.bash/.install.sh"
|
||||
. "$HOME/.bash/.installs.sh"
|
||||
fi
|
||||
|
||||
local bash_dir="$HOME/.bash/plugins"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue