about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home')
-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 () {