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 7e5575b..ba805a0 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -41,8 +41,8 @@ fi
vim +BundleInstall +qall
vim +BundleClean +qall
-if [ ! -e config/zsh/zshrc-local ]; then
- cp zshrc-local config/zsh/zshrc-local
+if [ ! -e config/zsh/local.zsh ]; then
+ cp local.zsh config/zsh/local.zsh
fi
if [ ! -e config/git/config-local ]; then
cp gitconfig-local config/git/config-local