Move ^S/^Q control to .zshrc so no errors during xprofile.

This commit is contained in:
David Tomaschik
2015-09-23 17:21:08 -07:00
parent 343c9f6e30
commit 00771b2031
2 changed files with 1 additions and 5 deletions

View File

@@ -32,10 +32,6 @@ for p in "${EXTRA_PATHS[@]}" ; do
done done
unset EXTRA_PATHS unset EXTRA_PATHS
# Disable stty ctrl-s/ctrl-q behavior
stty stop undef
stty start undef
# Setup GPG Agent # Setup GPG Agent
GPG_AGENT_INFO_PATH=$HOME/.gnupg/gpg-agent-info-`hostname` 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 if test -f $GPG_AGENT_INFO_PATH && kill -0 `cut -d: -f 2 $GPG_AGENT_INFO_PATH` 2>/dev/null ; then

View File

@@ -2,7 +2,7 @@ HISTFILE=~/.histfile
HISTSIZE=1000 HISTSIZE=1000
SAVEHIST=1000 SAVEHIST=1000
setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases
unsetopt beep unsetopt beep histbeep listbeep flowcontrol
bindkey -e bindkey -e
# Completion # Completion