Skip to content

Commit

Permalink
Make sure line printed to ~/.zshrc is a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Apr 11, 2013
1 parent 8ad09c3 commit e166b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -98,5 +98,5 @@ fancy_echo "Install the heroku-config plugin for pulling config variables locall

if ! grep -qs "DO NOT EDIT BELOW THIS LINE" ~/.zshrc; then
fancy_echo "Prepare ~/.zshrc for http://github.com/thoughtbot/dotfiles ..."
successfully echo "DO NOT EDIT BELOW THIS LINE\n" >> ~/.zshrc
successfully echo "# DO NOT EDIT BELOW THIS LINE\n" >> ~/.zshrc
fi

0 comments on commit e166b05

Please sign in to comment.