- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
OS Information
- OS: Windows
- Browser (if applicable): Chrome
- Architecture: amd64
coder --version
:Coder v0.0.0-devel+7b39352
Steps to Reproduce
- Create a linux workspace
- Open a terminal in the web terminal or the CLI
echo $USER
- Notice that nothing is printed
Expected
The current user's username (e.g.coder
) should be printed
Actual
Nothing is printed
Workaround
Users can use$(whoami)
in scripts instead of$USER