Updated environment variable format

This commit is contained in:
Wryn Wagner
2021-02-24 15:29:07 -07:00
parent 4e4cd94784
commit 60c8bd1711
4 changed files with 14 additions and 35 deletions

5
env/env.vim vendored
View File

@ -12,15 +12,14 @@ let $ZSHRC=expand("$HOME/.zshrc")
" ........... vice, lanox, nightsky, made_of_code, moss, skittles_berry, pf_earth
"
" customs : snow
let $COLORSCHEME="skittles_autumn"
let $COLORSCHEME="default"
" }}}
" -- Web Browser Settings --------------------------------------- {{{
" set the webbrowser locally
" let $WEBBROWSER=""
"let $WEBBROWSER=""
" }}}
" -- Local Environment Overrides -------------------------------- {{{
source $HOME/.config/wryn/env.vim
" }}}