From b8b2a82595befe3d8c6950f60c7f5e404bfd6c7d Mon Sep 17 00:00:00 2001 From: Alan Weinstock Date: Thu, 1 Sep 2022 13:46:25 -0700 Subject: [PATCH] fixed functions export for .bashrc --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5902bde..19a431b 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ globalinstalldir="/usr/share/prbl" read -r -d bashrc_append << EOF # Pyr0ball's Reductive Bash Language (PRbL) Functions library v$VERSION and greeting page setup -export prbl-functions="${installdir}/functions" +export prbl_functions="${installdir}/functions" "if [ -n \"\$BASH_VERSION\" ]; then # include .bashrc if it exists if [ -d \"\$HOME/.bashrc.d\" ]; then