summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-28 12:51:39 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-28 12:51:39 +0200
commit804b9bd1b31f5a844b0a0ea719a027c4a596d61f (patch)
tree1d22465e3dbfb072a3355390b12ea5f7c3143b4c /.bashrc
parent6b0894597ae2bfa7397b7b889ef7df192acce085 (diff)
disabled settings that caused warnings
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.bashrc b/.bashrc
index 7dcc31d..98eb911 100644
--- a/.bashrc
+++ b/.bashrc
@@ -26,10 +26,6 @@ export NO_AT_BRIDGE=1
stty start undef
-# don't put duplicate lines or lines starting with space in the history.
-# See bash(1) for more options
-HISTCONTROL=ignoreboth
-
# append to the history file, don't overwrite it
shopt -s histappend