diff --git a/install.sh b/install.sh index ea34702..c25d98a 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/vimrc b/vimrc index 03d2fc2..391d28e 100644 --- a/vimrc +++ b/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() diff --git a/zshrc b/zprofile similarity index 100% rename from zshrc rename to zprofile