mattjmorrison / dotfiles

Dotfiles and an install script for easy set up
235 stars 36 forks source link

GREP_OPTIONS is deprecated on Ubuntu 16.04 installation #48

Closed taddeimania closed 6 years ago

taddeimania commented 6 years ago

Apparently GREP_OPTIONS is being deprecated and throwing like 3 errors when running any command inside of a git reposity.

Problematic line: https://github.com/JarrodCTaylor/dotfiles/blob/master/zsh/zshrc#L110

Not sure if this is the "right" thing to do, but I found this temporary hack somewhere on the internet. I had to change the path to where my grep was (the example online said to put it in /usr/bin/grep which didn't work for me.

alias grep="/bin/grep $GREP_OPTIONS"
unset GREP_OPTIONS
mattjmorrison commented 6 years ago

@taddeimania new ownership bro, go pound sand