Add some bashrc files and installer

This commit is contained in:
Antonio J. Delgado 2022-05-05 16:01:43 +03:00
parent 428703bfa1
commit 97ebbd7ba2

View file

@ -121,6 +121,6 @@ do
# shellcheck disable=SC1090
source "${bashrc_file}"
fi
done <<< "$(find "${HOME}/.bashrc.d" -type f | sort)"
done <<< "$(find "${HOME}/.bashrc.d" -type f | sort | grep -v ~$)"
#[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}