aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2013-10-15 18:53:17 +0000
committerMatt Singleton <matt@xcolour.net>2013-10-15 18:53:17 +0000
commite1f6ac1fb35f873f5ca4ecf732f8dd5b1a81d612 (patch)
treee3ad44461a532c9ec186418634ec2e5cfe591e5b /deploy.sh
parent71ae6d5d3e8e031bc43e6d4feab7ac9880ca4883 (diff)
don't deploy the vim/ dir since it doesn't exist anymore
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index d85d7bf..fcf0b8d 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -6,7 +6,7 @@ rm -rf dotfiles-backup
mkdir -p dotfiles-backup
# deploy
-for f in vimrc gvimrc gitconfig gitignore zshrc zsh vim dircolors.conf slate
+for f in vimrc gvimrc gitconfig gitignore zshrc zsh dircolors.conf slate
do
if [ -e ~/.${f} ]; then
mv ~/.${f} dotfiles-backup/${f}