use pretzo overwrite

This commit is contained in:
Jie Feng 2017-08-09 16:43:49 +08:00
parent beeeffdc11
commit ac4c78749b

View File

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