From 4dbdd1560aaf915b6f9072a5599975cff4c0aa26 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 12 Sep 2024 23:14:17 +0200 Subject: update --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 23a8084..c18128f 100644 --- a/.bashrc +++ b/.bashrc @@ -10,6 +10,7 @@ export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries export HISTSIZE=100000 # big big history export HISTFILESIZE=100000 # big big history shopt -s histappend # append to history, don't overwrite it +stty -ixon # disable Ctrl-S # Save and reload the history after each command finishes #export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" -- cgit v1.2.3