From: W. Trevor King Date: Sun, 18 Jan 2009 15:16:17 +0000 (-0500) Subject: Fix comment for HISTCONTROL in .bashrc X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0cd02c0db6d4158fedd3b0e07232822c22e80c82;p=dotfiles-public.git Fix comment for HISTCONTROL in .bashrc --- diff --git a/_bashrc b/_bashrc index e54d4ec..0fbd760 100644 --- a/_bashrc +++ b/_bashrc @@ -9,9 +9,8 @@ fi # If not running interactively, don't do anything [ -z "$PS1" ] && return -# don't put duplicate lines in the history. See bash(1) for more options -export HISTCONTROL=ignoredups -# ... and ignore same sucessive entries. +# don't put duplicate line in the history and ignore lines starting +# with a space. See bash(1). export HISTCONTROL=ignoreboth # check the window size after each command and, if necessary,