fix(nu): manpager formatting issue
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
winston 2024-09-19 10:18:53 +02:00
parent 4f834dd822
commit be802492e9
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -90,6 +90,7 @@ in
''; '';
extraEnv = # nu extraEnv = # nu
'' ''
$env.MANPAGER = "bat -l man -p"
$env.ENV_CONVERSIONS = { $env.ENV_CONVERSIONS = {
"PATH": { "PATH": {
from_string: { |s| $s | split row (char esep) | path expand --no-symlink } from_string: { |s| $s | split row (char esep) | path expand --no-symlink }