summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-09-12 22:43:53 +0200
committerMarc Vertes <mvertes@free.fr>2024-09-12 22:43:53 +0200
commit34f573825b4cb48fa5d80a70d6f3b708b17f25b3 (patch)
treeca7dc432c5ad1096cf4d9fa23ff28f8a0cd99352
parent2748f20739324858816c28f43347ca4bad8a5deb (diff)
sh: disable Ctrl-S
-rw-r--r--.shrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.shrc b/.shrc
index 5479ff9..52f817a 100644
--- a/.shrc
+++ b/.shrc
@@ -11,3 +11,5 @@ alias vi=vim
alias ww='vim ~/Wiki/home_page.md'
mkcd() { mkdir -p "$1" && cd "$1"; }
+
+stty -ixon # Disable Ctrl-S