updating the zsh and macos options. macos not ready for primetime
This commit is contained in:
parent
94c94dab26
commit
a4d559f689
4 changed files with 68 additions and 79 deletions
9
zsh-files/exports.zsh
Normal file
9
zsh-files/exports.zsh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue