Skip to content

Commit

Permalink
Add newline to improve diffability
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Jun 27, 2021
1 parent 2b0de6c commit 7121dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bashrc_dispatch
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ if $EXPORT_FUNCTIONS ; then
fi

# Now dispatch special files

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

0 comments on commit 7121dfd

Please sign in to comment.