My custom files

This commit is contained in:
Prashanth Rajagopal 2014-10-20 16:19:26 +05:30
commit ada37d13d5
8 changed files with 274 additions and 0 deletions

14
custom/exports.zsh Executable file
View file

@ -0,0 +1,14 @@
# Color in grep
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='3;33'
#useful for gems and mysql
export ARCHFLAGS='-arch x86_64'
# Other useful stuff
export LESS='--ignore-case --raw-control-chars'
export PAGER='less'
export EDITOR='/usr/local/bin/mate -w'
#export EDITOR='subl -w'
export HOMEBREW_CASK_OPTS="--appdir=/Applications --caskroom=/etc/Caskroom"