From 5fdffec3c9e05183ad59bad8c290618c2d296cf0 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Wed, 26 Sep 2012 14:08:39 -0700 Subject: [PATCH] Remove creation of unnecessary symlink [Close #164] --- Rakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index d69edf0..482d650 100644 --- a/Rakefile +++ b/Rakefile @@ -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 }