home/nushell: Set default editor
This commit is contained in:
parent
f19b37aa66
commit
bf3fe11610
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ in {
|
|||
'' |> builtins.readFile;
|
||||
in ''
|
||||
load-env {
|
||||
EDITOR: r#'${lib.getExe config.programs.helix.package}'#
|
||||
LS_COLORS: r#'${ls-colours}'#
|
||||
|
||||
PROMPT_COMMAND: {
|
||||
|
|
Loading…
Reference in a new issue