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
Notably because it's possible to run any of the bash, zsh, and PS on any of Mac, Windows, Linux. So the OS needs to be checked from both the sh and powershell sections rather than simply assuming powershell == Windows, bash == Linux and zsh == Mac.
[path]TOOL1=$HOME/tool1
TOOL2=$HOME/tool2
[path.windows]# TOOL1 will not be overwritten on windows systems but TOOL2 will be.TOOL2=C:/tool2
The text was updated successfully, but these errors were encountered:
This is breaking change. And easy to screw up.
Notably because it's possible to run any of the bash, zsh, and PS on any of Mac, Windows, Linux. So the OS needs to be checked from both the sh and powershell sections rather than simply assuming powershell == Windows, bash == Linux and zsh == Mac.
The text was updated successfully, but these errors were encountered: