Disable flow control (for fzf-git.sh)

This commit is contained in:
David Morgan 2022-11-30 16:13:34 +00:00
parent 293b3f8674
commit 5b7ad8fe32
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 0 deletions

View File

@ -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 () {