updating the zsh and macos options. macos not ready for primetime

This commit is contained in:
Haak Saxberg 2015-09-07 00:51:36 -07:00
parent 94c94dab26
commit a4d559f689
4 changed files with 68 additions and 79 deletions

9
zsh-files/exports.zsh Normal file
View file

@ -0,0 +1,9 @@
# Colors in grep
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='3;33'
# venv
export VENVS_DIR=$HOME/.virtualenvs
# Vim is Life, Vim is Happiness
export EDITOR=vim