From ccb88a1ece5d33bde2e1ac91d7ba820626186cd9 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Mon, 3 Feb 2014 11:27:06 +0100 Subject: [PATCH] minor zshrc changes * smaller keytimeout * exports on important env variables --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index c3254be0..e503c3c2 100644 --- a/.zshrc +++ b/.zshrc @@ -69,6 +69,7 @@ if [[ `uname` =~ 'CYGWIN.*' ]]; then fi PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting -PATH=$HOME/tools:$PATH -EDITOR="vim" +export PATH=$HOME/tools:$PATH +export EDITOR="vim" +export KEYTIMEOUT=1