Merge branch 'master' of github.com:ntietz/config
This commit is contained in:
commit
124a94f982
2 changed files with 2 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue