Update to use zprofile

This commit is contained in:
2020-02-16 21:17:12 -08:00
parent c97f7835a4
commit 7473bd8dd6
3 changed files with 3 additions and 3 deletions

4
vimrc
View File

@@ -3,8 +3,8 @@
""" PLUGINS
call plug#begin('~/.local/share/nvim/plugged')
if filereadable(expand("~/.vimrc.bundles"))
call plug#begin('~/.vim/plugged')
if filereadable(expand("~/.vimrc.bundles"))
source ~/.vimrc.bundles
endif
call plug#end()