Skip to content

Commit 7121dfd

Browse files
committed
Add newline to improve diffability
1 parent 2b0de6c commit 7121dfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bashrc_dispatch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ if $EXPORT_FUNCTIONS ; then
6565
fi
6666

6767
# Now dispatch special files
68+
6869
[ -f "${PRF}bashrc_once" ] && [ -z "$BRCD_RANONCE" ] && . "${PRF}bashrc_once" && export BRCD_RANONCE=true
6970
[ -f "${PRF}bashrc_all" ] && . "${PRF}bashrc_all"
7071
[ -f "${PRF}bashrc_script" ] && shell_is_script && . "${PRF}bashrc_script"

0 commit comments

Comments
 (0)