Update to use zprofile
This commit is contained in:
@@ -8,4 +8,4 @@ ln -si $DOTFILES/profile ~/.profile
|
||||
ln -si $DOTFILES/tmux.conf ~/.tmux.conf
|
||||
ln -si $DOTFILES/vimrc ~/.vimrc
|
||||
ln -si $DOTFILES/vimrc.bundles ~/.vimrc.bundles
|
||||
ln -si $DOTFILES/zshrc ~/.zshrc
|
||||
ln -si $DOTFILES/zprofile ~/.zprofile
|
||||
|
||||
4
vimrc
4
vimrc
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user