From 19ce75880f48f70155b20f8d553621f69a37e257 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 26 Jul 2015 21:45:53 -0500 Subject: [PATCH] Install prezto via symlink [Fix #624] --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index be12b614..7726d8cf 100644 --- a/Rakefile +++ b/Rakefile @@ -262,7 +262,7 @@ def install_prezto run %{ ln -nfs "$HOME/.yadr/zsh/prezto" "${ZDOTDIR:-$HOME}/.zprezto" } # The prezto runcoms are only going to be installed if zprezto has never been installed - install_files(Dir.glob('zsh/prezto/runcoms/z*'), :copy) + install_files(Dir.glob('zsh/prezto/runcoms/z*'), :symlink) puts puts "Overriding prezto ~/.zpreztorc with YADR's zpreztorc to enable additional modules..."