From 72e6f8d1db64236a507554156b9178211ebf6af1 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 7 Mar 2023 15:48:25 -0800 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- lib/skel/.bashrc.d/11-quickinfo.bashrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 939a2cf..7a61409 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This installer sets up a number of bash-enhancing features: - Easy access to easy-to-use functions in bash scripting (check out ./PRbL/demo.sh for details) - A pluggable environment configuration via ~/.bashrc.d/ -- An informative terminal login slapsh page +- An informative terminal login splash page Currently this installer only handles debian/ubuntu-based distros. diff --git a/lib/skel/.bashrc.d/11-quickinfo.bashrc b/lib/skel/.bashrc.d/11-quickinfo.bashrc index d72c2aa..61d60a3 100644 --- a/lib/skel/.bashrc.d/11-quickinfo.bashrc +++ b/lib/skel/.bashrc.d/11-quickinfo.bashrc @@ -331,3 +331,4 @@ if [ -z "${fsck_needed}" ] || [ -z "${reboot_required}" ] ; then boxline " ${fsck_needed}${reboot_required}" fi boxbottom +