Skip to content

Commit c6fdfb4

Browse files
committed
Whose tabs is that? Mine???!
1 parent 2c998aa commit c6fdfb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ if _is_interactive; then
8383
load_if_exists ~/.profile
8484
fi
8585
elif ! _bash_opts --norc; then
86-
if ! _is_posix; then
87-
_is_sh || load_if_exists "$(_bash_optarg --rcfile || echo ~/.bashrc)"
88-
else
89-
load_if_exists "$ENV"
90-
fi
86+
if ! _is_posix; then
87+
_is_sh || load_if_exists "$(_bash_optarg --rcfile || echo ~/.bashrc)"
88+
else
89+
load_if_exists "$ENV"
90+
fi
9191
elif _is_network_input; then
9292
is_sh || load_if_exists ~/.bashrc
9393
fi

0 commit comments

Comments
 (0)