diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 633481c..58e1200 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -49,5 +49,7 @@ in mktmp = "cd $(mktemp -d)"; edit = "$EDITOR"; + + path = "tr ':' '\n' <<< \"$PATH\""; }; }