about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-30 16:13:34 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-30 16:13:34 +0000
commit5b7ad8fe327f1b5dd9ba19ca11a41d796a07553d (patch)
tree36c4afcaffd018fa231248ba36ba623b6afcaab9
parent293b3f86744832fdc577236fa88621fa9232724f (diff)
downloaddotfiles-5b7ad8fe327f1b5dd9ba19ca11a41d796a07553d.tar.gz
Disable flow control (for fzf-git.sh)
-rw-r--r--nix-conf/home/includes/zsh.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index c9d8926..46badbf 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -124,6 +124,9 @@
 
       set -o noclobber append_history share_history
 
+      # disable flow control (so that fzf-git.sh's ^g^s can work)
+      stty -ixon
+
       function generate () { gopass generate -s -p $1 $((RANDOM % 14 + 45)) }
 
       function gcd () {