minor zshrc changes

* smaller keytimeout
* exports on important env variables
This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-02-03 11:27:06 +01:00
parent b88f358250
commit ccb88a1ece

5
.zshrc
View file

@ -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