Merged in NRRPLT-8118 (pull request #71)
[NRRPLT-8118] Improve shell type discovery in nrp_variables. Shell type is be determined by checking the process name. If the basename of the process name doesn't match any of the supported shell types, heuristics will be applied to determine the type: * BASH environment variable should be set in bash * ZSH_NAME environment variable should be set in zsh * Fall back to sh if none of the above is true Approved-by: Antoine Detailleur Approved-by: Viktor Vorobev
Please register or sign in to comment