From 0cd02c0db6d4158fedd3b0e07232822c22e80c82 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 18 Jan 2009 10:16:17 -0500 Subject: [PATCH] Fix comment for HISTCONTROL in .bashrc --- _bashrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, -- 2.26.2