From 7473bd8dd6617bcc0e4cb1b2679d59a9fe529443 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Sun, 16 Feb 2020 21:17:12 -0800 Subject: [PATCH] Update to use zprofile --- install.sh | 2 +- vimrc | 4 ++-- zshrc => zprofile | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename zshrc => zprofile (100%) 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