summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-09-27 12:31:51 +0200
committerMarc Vertes <mvertes@free.fr>2024-09-27 12:31:51 +0200
commit747e6fac1ac0dee69e118f0478a9ad640655c74a (patch)
tree59cd101e088956eb49eb0476f3bdba1b82ac0983 /.bashrc
parentf9506ca486f9e0ecc8097f95385813b658ccff7a (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index fdffc42..4b7d0fb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -11,6 +11,9 @@ export HISTSIZE=100000 # big big history
export HISTFILESIZE=100000 # big big history
shopt -s histappend # append to history, don't overwrite it
+# Disable Ctrl-S
+stty -ixon
+
# Save and reload the history after each command finishes
#export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"