home/nushell: Specify environment variable strings using backticks
This commit is contained in:
parent
9679b1f776
commit
a7a6cfad7e
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@ in {
|
|||
'' |> builtins.readFile;
|
||||
in ''
|
||||
load-env {
|
||||
EDITOR: r#'${lib.getExe config.programs.helix.package}'#
|
||||
LS_COLORS: r#'${ls-colours}'#
|
||||
EDITOR: `${lib.getExe config.programs.helix.package}`
|
||||
LS_COLORS: `${ls-colours}`
|
||||
MANROFFOPT: `-c`
|
||||
MANPAGER: `${sh} -c '${col} -bx | ${bat} -l man -p'`
|
||||
|
||||
|
|
Loading…
Reference in a new issue