part of vimrc overhaul

This commit is contained in:
Wryn Wagner 2020-10-09 16:55:57 -06:00
parent 4516d8c14d
commit c26f388c64

9
env/env.vim vendored
View File

@ -2,8 +2,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")
let $BASHRC=expand("$HOME/.bashrc")
let $ZSHRC=expand("$HOME/.zshrc")
" }}}
@ -15,6 +15,11 @@ let $MYBASHRC=expand("$HOME/.bashrc")
let $COLORSCHEME="skittles_autumn"
" }}}
" -- Web Browser Settings --------------------------------------- {{{
" set the webbrowser locally
" let $WEBBROWSER=""
" }}}
" -- Local Environment Overrides -------------------------------- {{{
source $HOME/.config/wryn/env.vim