- The output for
.bashrcon Windows will now use forward slashes as git bash treats backslashes as escape characters. - Added instructions for initializing the zsh completion system if it's missing in
.zshrc. - PowerShell: The output for
$PROFILEnow accesses the path to home dir using the associated environment variable ($env:USERPROFILE/$env:HOME). The script would previously assume that these environment variables were available as normal variables ($USERPROFILE/$HOME), but this is only valid on newer versions of PowerShell.