Skip to content

Commit

Permalink
Merge pull request #8 from dm9pZCAq/main
Browse files Browse the repository at this point in the history
pass CLICOLOR_FORCE=1 environment variable to glow
  • Loading branch information
Reledia authored Oct 4, 2024
2 parents 4e016fa + 78d0311 commit d8b36ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function M:peek()
tostring(self.area.w),
tostring(self.file.url),
})
:env("CLICOLOR_FORCE", "1")
:stdout(Command.PIPED)
:stderr(Command.PIPED)
:spawn()
Expand Down

0 comments on commit d8b36ff

Please sign in to comment.