fixed functions export for .bashrc
This commit is contained in:
parent
b047790437
commit
b8b2a82595
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue