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..."