You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using grep as an alias for egrep leads to "ssh egrep: empty (sub)expression" in the completion of ssh hosts.
I commented the following alias setting in .oh-my-bash/lib/grep.sh out and now the irritating error message is gone:
Using grep as an alias for egrep leads to "ssh egrep: empty (sub)expression" in the completion of ssh hosts.
I commented the following alias setting in .oh-my-bash/lib/grep.sh out and now the irritating error message is gone:
# omb_util_alias grep="egrep ${_omb_grep_options[*]}"
I suggest leaving it to the user, if grep or egrep shall be used, would be better.
Using bash 5.1.16 on MacOs 12.3.1.
The text was updated successfully, but these errors were encountered: