Loading .shell/bash_completion +4 −2 Original line number Diff line number Diff line Loading @@ -11,10 +11,12 @@ for _prefix in $PREFIX; do else continue fi if [ -r "$_bash_completion" ]; then break fi done IFS="$_ofs" if [ -n "$_bash_completion" ]; then if [ -n "$_bash_completion" ] && [ -r "$_bash_completion" ]; then . "$_bash_completion" else # no single start point for bash_completions; attempt to source any Loading Loading
.shell/bash_completion +4 −2 Original line number Diff line number Diff line Loading @@ -11,10 +11,12 @@ for _prefix in $PREFIX; do else continue fi if [ -r "$_bash_completion" ]; then break fi done IFS="$_ofs" if [ -n "$_bash_completion" ]; then if [ -n "$_bash_completion" ] && [ -r "$_bash_completion" ]; then . "$_bash_completion" else # no single start point for bash_completions; attempt to source any Loading