Arch linux has a newer version of gnu-utils, it seems

This commit is contained in:
Abhay Rana 2015-06-23 17:04:21 +05:30
parent 386fd8362b
commit 0d54b0d28b
1 changed files with 1 additions and 1 deletions

View File

@ -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