Skip to content

Conversation

ipince
Copy link
Contributor

@ipince ipince commented Mar 7, 2023

Summary

Fixes #687

How was it tested?

echo $PATH
devbox shell
hello # fails
devbox add hello
eval $(devbox shellenv)
hello # ok!
devbox rm hello
eval $(devbox shellenv)
hello # fails

@ipince ipince requested review from savil and mohsenari March 7, 2023 22:00
@ipince ipince merged commit af9408e into main Mar 7, 2023
@ipince ipince deleted the rodrigo/fix-shellenv branch March 7, 2023 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: devbox shellenv shouldn't prepend to existing path
2 participants