#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/grep grep_options='--color=always' alias grep="grep $grep_options" alias egrep="egrep $grep_options"