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/tmux.conf ~/.tmux.conf
|
||||||
ln -si $DOTFILES/vimrc ~/.vimrc
|
ln -si $DOTFILES/vimrc ~/.vimrc
|
||||||
ln -si $DOTFILES/vimrc.bundles ~/.vimrc.bundles
|
ln -si $DOTFILES/vimrc.bundles ~/.vimrc.bundles
|
||||||
ln -si $DOTFILES/zshrc ~/.zshrc
|
ln -si $DOTFILES/zprofile ~/.zprofile
|
||||||
|
|||||||
2
vimrc
2
vimrc
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
""" PLUGINS
|
""" PLUGINS
|
||||||
call plug#begin('~/.local/share/nvim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
if filereadable(expand("~/.vimrc.bundles"))
|
if filereadable(expand("~/.vimrc.bundles"))
|
||||||
source ~/.vimrc.bundles
|
source ~/.vimrc.bundles
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user