From feec801833b1a6281e8c097f7c03e4caedb1186e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 4 Oct 2023 10:23:46 -0400 Subject: [PATCH] global/shell: make math alias more portable --- modules/global/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";