From 0d54b0d28b2e2ffebb47d353251e9fd6655e43df Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Tue, 23 Jun 2015 17:04:21 +0530 Subject: [PATCH] Arch linux has a newer version of gnu-utils, it seems --- files/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 48d251b..ffbf627 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -105,7 +105,7 @@ export BLOCKSIZE=K export EDITOR='nvim' # export ftp_proxy=${MY_PROXY} # export GPG_TTY='tty' # gpg-agent says it needs this -export GREP_OPTIONS='-D skip --binary-files=without-match --ignore-case' # most commonly used grep options +# export GREP_OPTIONS='-D skip --binary-files=without-match --ignore-case' # most commonly used grep options export HISTCONTROL=ignoreboth:erasedups # for 'ignoreboth': ignore duplicates and /^\s/ export HISTCONTROL=ignoreboth # ignore spaced commands and prevents storing of duplicate commands (ie, ignoredups & ignorespace) export HISTCONTROL=ignoredups # don't put duplicate lines in the history. See bash(1) for more options