Closed jrray closed 2 months ago
Fix some env vars being lost and spk env interactive shells not working properly, for example $PATH not being updated, for csh users.
spk env
The env var changes from #1086 overwrote any existing entries in command.vars, which is only the case when using csh.
command.vars
Fix some env vars being lost and
spk env
interactive shells not working properly, for example $PATH not being updated, for csh users.The env var changes from #1086 overwrote any existing entries in
command.vars
, which is only the case when using csh.