From 31a33d90a9ce749af42833e02f748cb30b74d230 Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Wed, 9 Aug 2017 17:33:01 +0800 Subject: [PATCH] change the way how to overrite files in prezto/runcoms --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2472694..9085590 100644 --- a/Rakefile +++ b/Rakefile @@ -312,7 +312,7 @@ def install_prezto puts puts "Overriding prezto ~/.zpreztorc with YADR's zpreztorc to enable additional modules..." - run %{ ln -nfs "$HOME/.yadr/zsh/prezto-override/zpreztorc" "${ZDOTDIR:-$HOME}/.zpreztorc" } + install_files(Dir.glob('zsh/prezto-override/z*'), :symlink) puts puts "Creating directories for your customizations"