From 00771b2031cf2fdb86ef79617fcc7a872949d4a8 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 23 Sep 2015 17:21:08 -0700 Subject: [PATCH] Move ^S/^Q control to .zshrc so no errors during xprofile. --- dotfiles/profile | 4 ---- dotfiles/zshrc | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dotfiles/profile b/dotfiles/profile index 1126332..9f3c2e5 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -32,10 +32,6 @@ for p in "${EXTRA_PATHS[@]}" ; do done unset EXTRA_PATHS -# Disable stty ctrl-s/ctrl-q behavior -stty stop undef -stty start undef - # Setup GPG Agent GPG_AGENT_INFO_PATH=$HOME/.gnupg/gpg-agent-info-`hostname` if test -f $GPG_AGENT_INFO_PATH && kill -0 `cut -d: -f 2 $GPG_AGENT_INFO_PATH` 2>/dev/null ; then diff --git a/dotfiles/zshrc b/dotfiles/zshrc index e67a20e..5e17935 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -2,7 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases -unsetopt beep +unsetopt beep histbeep listbeep flowcontrol bindkey -e # Completion