Merge branch 'master' of github.com:ntietz/config

This commit is contained in:
Nicole Tietz-Sokolskaya 2019-03-12 12:05:05 -04:00
commit 124a94f982
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ if [ -d "$HOME/.pyenv" ]
then
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
export PYENV_ROOT="$HOME/.pyenv"
fi
if [ -x "$(command -v gcloud)" ] && [ -f "$HOME/.install/google-cloud-sdk" ]

View file

@ -34,7 +34,7 @@ set smarttab
set autoindent
set smartindent
let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'} ]
let g:vimwiki_list = [ {'path': '~/Code/ntietz/vimwiki'}, {'path': '~/Code/ntietz/vimwiki-remesh'} ]
set spell