Skip to content

Commit

Permalink
adding spicy code's vim stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
scudco committed Mar 16, 2009
1 parent ac5cdd4 commit e1533b7
Show file tree
Hide file tree
Showing 14 changed files with 4,234 additions and 3,472 deletions.
2 changes: 1 addition & 1 deletion activate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
(platform_specific + all_platforms).each do |filename|
sym_link = File.join(home_dir,".#{File.basename(filename)}")

FileUtils.rm sym_link if File.symlink?(sym_link) || File.exist?(sym_link)
FileUtils.rm_rf sym_link if File.symlink?(sym_link) || File.exist?(sym_link)
FileUtils.ln_s filename,sym_link
end
Loading

0 comments on commit e1533b7

Please sign in to comment.