diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2022-04-01 20:06:45 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2022-04-01 20:06:45 -0700 |
commit | 9f825a1b7a848c9c8d0bf11de50fa850022483a7 (patch) | |
tree | 14c6b808b3ab06630450fc2b485d69b3d57d1e26 /base/bashrc | |
parent | 613bca4812f2c9c6f338d478c676e9f307b25f48 (diff) |
Commit accured changed
Diffstat (limited to 'base/bashrc')
-rw-r--r-- | base/bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
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 + |