diff options
author | Matt Singleton <matt@xcolour.net> | 2013-10-15 18:53:17 +0000 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2013-10-15 18:53:17 +0000 |
commit | e1f6ac1fb35f873f5ca4ecf732f8dd5b1a81d612 (patch) | |
tree | e3ad44461a532c9ec186418634ec2e5cfe591e5b | |
parent | 71ae6d5d3e8e031bc43e6d4feab7ac9880ca4883 (diff) |
don't deploy the vim/ dir since it doesn't exist anymore
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |