diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-30 16:13:34 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-30 16:13:34 +0000 |
commit | 5b7ad8fe327f1b5dd9ba19ca11a41d796a07553d (patch) | |
tree | 36c4afcaffd018fa231248ba36ba623b6afcaab9 /nix-conf | |
parent | 293b3f86744832fdc577236fa88621fa9232724f (diff) | |
download | dotfiles-5b7ad8fe327f1b5dd9ba19ca11a41d796a07553d.tar.gz |
Disable flow control (for fzf-git.sh)
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 3 |
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 () { |