Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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