"vscode:/vscode.git/clone" did not exist on "fbf4a78acfd9ad7b96e8add7990d871ba50b866e"
fix(env): Do not override misc env set before sourcing oh-my-zsh (#5231)
Sourcing oh-my-zsh happens in zshrc, which will override settings of profile and zshenv. Treat misc values, `PAGER` and `LESS`, as default settings without overriding existing values. Fixes: #1, robbyrussell/oh-my-zsh#3016
Please register or sign in to comment