Remove creation of unnecessary symlink [Close #164]

This commit is contained in:
Yan Pritzker 2012-09-26 14:08:39 -07:00
parent fa357bbd35
commit 5fdffec3c9

View File

@ -48,9 +48,6 @@ def install_prezto
file_operation(Dir.glob('zsh/prezto/runcoms/z*'), :copy)
puts "Installing YADR themes for Prezto..."
run %{ ln -nfs $HOME/.yadr/zsh/prezto-themes/modules/prompt/functions/* $HOME/.zprezto/modules/prompt/functions}
puts "Creating directories for your customizations"
run %{ mkdir -p $HOME/.zsh.before }
run %{ mkdir -p $HOME/.zsh.after }