From ff7f17f9b56a3054f54e78b1f3a890d91b4d427d Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 2 Feb 2017 16:31:47 -0500 Subject: Don't use non-posix options for grep on OpenBSD --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 891b0d0..005b8b6 100644 --- a/.zshrc +++ b/.zshrc @@ -136,6 +136,8 @@ if [[ `uname` = "Linux" ]]; then # from bind mounts. alias rm="rm -iv --one-file-system" + alias grep="grep --colour=auto" + alias chown="chown -v" alias chmod="chmod -v" alias ls="ls --classify --color=always" # Add all colours and @@ -148,8 +150,6 @@ fi # inactivity by default. alias encfs="encfs --idle=20" -alias grep="grep --colour=auto" - fpath=($fpath $HOME/.zsh/func) # Prompt theme. -- cgit v1.2.3