From c7cf591fb299742ad33b788224ecb5bf394a3ba5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 28 Mar 2026 15:23:07 +0100 Subject: bash: Disable C-s and C-q --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 6b76275..f943962 100644 --- a/.bashrc +++ b/.bashrc @@ -63,3 +63,5 @@ then . "$NVM_DIR/nvm.sh" . "$NVM_DIR/bash_completion" fi + +stty -ixon -ixoff -- cgit v1.2.3