Skip to content

Commit

Permalink
Fixed "Reload ~/.profile"
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Oct 4, 2011
1 parent 7c31e08 commit d9198a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit d9198a3

Please sign in to comment.