mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Disable stty start/stop.
This commit is contained in:
4
profile
4
profile
@@ -27,6 +27,10 @@ if [ -d $HOME/.gce/google-cloud-sdk/bin ] ; then
|
||||
export PATH="$PATH:$HOME/.gce/google-cloud-sdk/bin"
|
||||
fi
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user