Skip to content

Commit

Permalink
Move $PRF to configuration section
Browse files Browse the repository at this point in the history
Move the $PRF variable up to the configuration section near $EXPORT_FUNCTIONS
  • Loading branch information
gaelicWizard committed Jun 28, 2021
1 parent 4829252 commit a13c519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc_dispatch
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# in other scripts.

EXPORT_FUNCTIONS=true
PRF="${HOME}/."

# Code
# ----
Expand Down Expand Up @@ -64,7 +65,6 @@ if $EXPORT_FUNCTIONS ; then
fi

# Now dispatch special files
PRF="${HOME}/."

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

0 comments on commit a13c519

Please sign in to comment.