Skip to content

Commit a13c519

Browse files
committed
Move $PRF to configuration section
Move the $PRF variable up to the configuration section near $EXPORT_FUNCTIONS
1 parent 4829252 commit a13c519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc_dispatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# in other scripts.
1515

1616
EXPORT_FUNCTIONS=true
17+
PRF="${HOME}/."
1718

1819
# Code
1920
# ----
@@ -64,7 +65,6 @@ if $EXPORT_FUNCTIONS ; then
6465
fi
6566

6667
# Now dispatch special files
67-
PRF="${HOME}/."
6868

6969
[ -f "${PRF}bashrc_once" ] && [ -z "$BRCD_RANONCE" ] && . "${PRF}bashrc_once" && export BRCD_RANONCE=true
7070
[ -f "${PRF}bashrc_all" ] && . "${PRF}bashrc_all"

0 commit comments

Comments
 (0)