Fixed

nRF Util

tags
nRF Util
  • The output for .bashrc on 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 $PROFILE now 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.