minor zshrc changes
* smaller keytimeout * exports on important env variables
This commit is contained in:
parent
b88f358250
commit
ccb88a1ece
1 changed files with 3 additions and 2 deletions
5
.zshrc
5
.zshrc
|
@ -69,6 +69,7 @@ if [[ `uname` =~ 'CYGWIN.*' ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||||
PATH=$HOME/tools:$PATH
|
export PATH=$HOME/tools:$PATH
|
||||||
EDITOR="vim"
|
export EDITOR="vim"
|
||||||
|
export KEYTIMEOUT=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue