Advertisement
corrosiontears

Corrigir erro do Terminal ZSH

Dec 5th, 2014
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. # Corrigir erro/aviso do Terminal ZSH "grep: aviso: a variável de ambiente GREP_OPTIONS está obsoleta; use um alias ou script":
  2.  
  3. # Dica originalmente encontrada em: https://bbs.archlinux.org/viewtopic.php?pid=1478599
  4.  
  5. # Adicione essas linhas em seu .zshrc
  6. alias grep="/usr/bin/grep $GREP_OPTIONS"
  7. unset GREP_OPTIONS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement