We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35af46 commit 149b6ebCopy full SHA for 149b6eb
1 file changed
internal/subshell/bash/bash.go
@@ -64,6 +64,7 @@ func (v *SubShell) WriteUserEnv(cfg sscommon.Configurable, env map[string]string
64
if err != nil {
65
return errs.Wrap(err, "RcFile failure")
66
}
67
+ logging.Debug("Using RC File at: %s", rcFile)
68
69
if path, pathExists := env["PATH"]; pathExists && runtime.GOOS == "windows" {
70
bashified, err := osutils.BashifyPathEnv(path)
0 commit comments