summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-15 16:42:56 -0500
committerJesse Luehrs <doy@tozt.net>2012-03-15 16:45:01 -0500
commit645fa6def96b039103381dbf7c47f7edaba355b0 (patch)
tree50f3b27539f09c736f581f6ccf78bffef1c596b8 /zshrc
parent8f9f56051ce370e18faecd3bf2f695e417300f99 (diff)
downloadconf-645fa6def96b039103381dbf7c47f7edaba355b0.tar.gz
conf-645fa6def96b039103381dbf7c47f7edaba355b0.zip
shorter KEYTIMEOUT for zsh
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 2d4a04b..7f4c26b 100644
--- a/zshrc
+++ b/zshrc
@@ -41,6 +41,7 @@ export HISTFILE=$HOME/.zsh_history
export HISTSIZE=1000000000
export SAVEHIST=1000000000
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [ynae] "
+export KEYTIMEOUT=5
# plugins {{{
# cdhist {{{
source ~/.sh/cdhist.sh