ohmyzsh/Rakefile
2011-12-30 03:35:03 +01:00

4 lines
No EOL
90 B
Ruby

task :setup do
%x(ln -sf ~/.zsh/zshrc ~/.zshrc)
%x(ln -sf ~/.zsh/zshenv ~/.zshenv)
end