fixed functions export for .bashrc

This commit is contained in:
Alan Weinstock 2022-09-01 13:46:25 -07:00
parent b047790437
commit b8b2a82595

View file

@ -19,7 +19,7 @@ globalinstalldir="/usr/share/prbl"
read -r -d bashrc_append << EOF read -r -d bashrc_append << EOF
# Pyr0ball's Reductive Bash Language (PRbL) Functions library v$VERSION and greeting page setup # 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 "if [ -n \"\$BASH_VERSION\" ]; then
# include .bashrc if it exists # include .bashrc if it exists
if [ -d \"\$HOME/.bashrc.d\" ]; then if [ -d \"\$HOME/.bashrc.d\" ]; then