summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-28 15:23:07 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-28 15:23:20 +0100
commitc7cf591fb299742ad33b788224ecb5bf394a3ba5 (patch)
tree32d91cf0ec9fa9f175d95d8e660353501a0d057e
parentb79a7a9122c01dd641ad0bf37a91a1d6c0fd1b8b (diff)
bash: Disable C-s and C-q
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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