diff --git a/modules/global/shell.nix b/modules/global/shell.nix index b1450c2..2c52e6b 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -84,7 +84,7 @@ in edit = "$EDITOR"; - path = "tr ':' '\n' <<< \"$PATH\""; + lpath = "echo \"$PATH\" | tr \":\" \"\n\""; timestamp = "date +%s -d"; neofetch = "neowofetch";