From 69b0e203a8965c92f9419f28bc21a85aab44c683 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Tue, 19 Dec 2017 13:48:07 -0500 Subject: [PATCH] bashrc: disable CTRL+S flow control --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/bashrc b/bash/bashrc index 5b8f01e..6bc6f09 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -6,6 +6,8 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +# Disable CTRL+S flow control +stty -ixon #=============================================================================== # Prompt #=============================================================================== @@ -102,4 +104,5 @@ export HISTTIMEFORMAT="%s " [ -n "$DESK_ENV" ] && source "$DESK_ENV" || true # Yubikey support +# eval "$(ssh-agent -s)" &> /dev/null export SSH_AUTH_SOCK=$HOME/.yubiagent/sock