summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-09-12 23:14:17 +0200
committerMarc Vertes <mvertes@free.fr>2024-09-12 23:14:17 +0200
commit4dbdd1560aaf915b6f9072a5599975cff4c0aa26 (patch)
tree46ba1e1ba8bc20b59209f44158d4b522c1e2e351 /.bashrc
parent016f1100df9df22ad29a08b21b1df7067008db5b (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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"