mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Move ^S/^Q control to .zshrc so no errors during xprofile.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user