Skip to content

Commit

Permalink
Merge pull request #313 from Automattic/fix-pager
Browse files Browse the repository at this point in the history
fix(base): `PAGER` variable
  • Loading branch information
sjinks authored Aug 9, 2024
2 parents 5336736 + e983f48 commit 22de228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/src/base/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "base",
"name": "VIP Codespaces Base",
"version": "1.2.0",
"version": "1.2.1",
"description": "Base feature for VIP Codespaces",
"containerEnv": {
"PAGER": "\"/usr/bin/less -R\"",
"PAGER": "/usr/bin/less -R",
"LD_PRELOAD": "/usr/lib/libeatmydata/libeatmydata.so"
},
"customizations": {
Expand Down

0 comments on commit 22de228

Please sign in to comment.