From 8f4cf77fcc0e35bfa7fe2990ea1264ac9f5ea58b Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:25:25 +0100 Subject: [PATCH] . --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"