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
|
then
|
||||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x "$(command -v gcloud)" ] && [ -f "$HOME/.install/google-cloud-sdk" ]
|
if [ -x "$(command -v gcloud)" ] && [ -f "$HOME/.install/google-cloud-sdk" ]
|
||||||
|
|
|
@ -34,7 +34,7 @@ set smarttab
|
||||||
set autoindent
|
set autoindent
|
||||||
set smartindent
|
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
|
set spell
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue