aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index 7908e5b..17318bd 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -44,8 +44,8 @@ fi
vim +BundleInstall +qall
vim +BundleClean +qall
-if [ ! -e config/zsh/local.zsh ]; then
- cp local/local.zsh config/zsh/local.zsh
+if [ ! -e config/zsh/00-local.zsh ]; then
+ cp local/local.zsh config/zsh/00-local.zsh
fi
if [ ! -e config/git/config-local ]; then
cp local/gitconfig-local config/git/config-local