-
One issue for which I am still trying to find an answer is how do I make this common pattern work in under WSL, for further
The example above is a common pattern for adding the user bin directory to user PATH, and often that bit is appended to The problem is that wsl bash session is not loading the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @ssbarnea , I was researching this and expected it to be something where you would modify the custom shell command via this action, so that you could change the invocation to add |
Beta Was this translation helpful? Give feedback.
I agree to both of what Brian said.
Either you change the
wsl-shell-command
input to something that will evaluate the.bashrc
file.Adding
-i
should not be sufficient as the default has--norc
.Leaving out
--norc
should probably be enough, or if not then maybe additionally-i
.Or as Brian said, using the environment variable support.