From a8f1861f964adbd4d90e1a6ebcddce5dcc51ebd9 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 20 Sep 2012 09:48:54 +0100 Subject: Fix grep on OpenBSD --- .zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 484b7cf..84a2b70 100644 --- a/.zshrc +++ b/.zshrc @@ -134,7 +134,11 @@ if [[ `uname` = "Linux" ]]; then alias chown="chown -v" alias chmod="chmod -v" + + alias grep="grep --colour=always" # Colour grep too. fi +alias ls="SUBSTS_LS --classify --color=always" # Add all colours and + # have fancy symbols for files, etc. # Cause encfs unmount a mounted encrypted partition after twenty minutes of # inactivity by default. @@ -174,9 +178,6 @@ fi zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" zstyle ':completion:*:*:kill:*' list-colors '=%*=01;31' -alias ls="SUBSTS_LS --classify --color=always" # Add all colours and - # have fancy symbols for files, etc. -alias grep="grep --colour=always" # Colour grep too. # Load the completion system autoload -U compinit; compinit -- cgit v1.2.3