new environment setup

This commit is contained in:
Wryn Wagner
2020-01-08 12:40:53 -07:00
parent c81f237993
commit c4ed1fb8d8
8 changed files with 73 additions and 42 deletions

8
env/env.vim vendored Normal file

@ -0,0 +1,8 @@
let $RC_DIR=expand("$HOME/.wryn")
let $VIM_DIR=expand("$RC_DIR/vim")
let $WRYNVIMRC=expand("$VIM_DIR/rc.vim")
let $WRYNBASH=expand("$RC_DIR/bashrc")
let $MYBASHRC=expand("$HOME/.bashrc")
" Local environment and environment overrides
source $HOME/.config/wryn/env.vim