You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid that behavior, a condition to check if the file exists will allow the file not to be created with touch and sdkman_init_snippet to only be added when the file exists:
Feature request
The following code is creating a
.zshrc
file in systems withoutzsh
installed:To avoid that behavior, a condition to check if the file exists will allow the file not to be created with
touch
andsdkman_init_snippet
to only be added when the file exists:Files to be refactored
sdkman-hooks/app/views/install_beta.scala.txt
sdkman-hooks/app/views/install_stable.scala.txt
Comments
Same strategy should be used for the other profile-files being supported so as to keep consistency.
The text was updated successfully, but these errors were encountered: