diff --git a/Rakefile b/Rakefile index e947c64..2472694 100644 --- a/Rakefile +++ b/Rakefile @@ -308,7 +308,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*').concat(['zsh/zshrc']), :symlink) + install_files(Dir.glob('zsh/prezto/runcoms/z*'), :symlink) puts puts "Overriding prezto ~/.zpreztorc with YADR's zpreztorc to enable additional modules..."