From 9f825a1b7a848c9c8d0bf11de50fa850022483a7 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 1 Apr 2022 20:06:45 -0700 Subject: Commit accured changed --- base/bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/bashrc') diff --git a/base/bashrc b/base/bashrc index d07906e..36bc1c6 100644 --- a/base/bashrc +++ b/base/bashrc @@ -7,7 +7,7 @@ # don't put duplicate lines in the history. See bash(1) for more options # ... or force ignoredups and ignorespace -HISTCONTROL=ignoredups:ignorespace +HISTCONTROL=ignoredups # append to the history file, don't overwrite it shopt -s histappend @@ -129,3 +129,4 @@ fi if [ -f ~/.host-specific/bash_aliases ]; then source ~/.host-specific/bash_aliases fi + -- cgit v1.2.3