Skip to content

Commit

Permalink
README.md: Make environment variables look like shell
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Feb 26, 2023
1 parent 26b06ce commit c787f4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ So what is shared with the application by default then?

### Environment Variables

- `DISPLAY`
- `HOME`
- `PATH`
- `TERM`
- `USER`
- `${DISPLAY}`
- `${HOME}`
- `${PATH}`
- `${TERM}`
- `${USER}`


**sandwine** features include:
Expand Down

0 comments on commit c787f4d

Please sign in to comment.