diff --git a/Rakefile b/Rakefile index 34ace70..feaec73 100644 --- a/Rakefile +++ b/Rakefile @@ -35,6 +35,7 @@ namespace :dotfiles do print "Reload ~/.profile? [yn] " if $stdin.gets.chomp == 'y' system ". $HOME/.profile" + system "exec $SHELL" end end end