mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
lib/grep: Fix the alias names for egrep/fgrep
This commit is contained in:
@ -24,8 +24,8 @@ fi
|
||||
# export grep settings
|
||||
if ((${#_omb_grep_options[@]} > 0)); then
|
||||
_omb_util_alias grep="grep ${_omb_grep_options[*]}"
|
||||
_omb_util_alias grep="fgrep ${_omb_grep_options[*]}"
|
||||
_omb_util_alias grep="egrep ${_omb_grep_options[*]}"
|
||||
_omb_util_alias fgrep="fgrep ${_omb_grep_options[*]}"
|
||||
_omb_util_alias egrep="egrep ${_omb_grep_options[*]}"
|
||||
fi
|
||||
|
||||
# clean up
|
||||
|
Reference in New Issue
Block a user