gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

Prefix echo with new lines to ensure valid append #98

Closed mikeoertli closed 1 year ago

mikeoertli commented 3 years ago

Adds a couple newline characters to the README's example echo command used to configure bash_profile after a homebrew installation. The newlines ensure that the echoed content is appended as a valid command and not appended to the end of the last line of the file (which is not guaranteed to be an empty line).