djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
781 stars 51 forks source link

change egrep to grep -E to silence obsolescence warning #64

Closed burningserenity closed 2 years ago

burningserenity commented 2 years ago

My system complains that egrep is obsolete, and uses grep -E anyway. I changed the zsh plugin file to use grep -E instead of egrep, and nothing broke.