diff --git a/.bashrc b/.bashrc index 8c2e0de..22f7321 100644 --- a/.bashrc +++ b/.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 '" - . "$HOME/.bash/.install.sh" + . "$HOME/.bash/.installs.sh" fi local bash_dir="$HOME/.bash/plugins"