mirror of https://codeberg.org/anemofilia/zero
buer: rules: Update general rules to set TERM to linux
parent
856895b5f0
commit
75e6ee37dc
|
@ -10,7 +10,8 @@
|
|||
(list (permit (identity ":wheel")
|
||||
(setenv
|
||||
`(("GUILE_LOAD_PATH" . #t)
|
||||
("GUILE_LOAD_COMPILED_PATH" . #t))))))
|
||||
("GUILE_LOAD_COMPILED_PATH" . #t)
|
||||
("TERM" . "linux"))))))
|
||||
|
||||
(define text-editors
|
||||
(map (lambda (cmd)
|
||||
|
|
Loading…
Reference in New Issue