From fc8f598606e4b921d9898383877035ffc6e66832 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 10 Feb 2022 05:26:47 -0500 Subject: fix showpath --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.nix b/lib/common.nix index bf9b3c6..ec3da1d 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -368,7 +368,7 @@ in --ansi --phony --query "$INITIAL_QUERY" \ --height=50% --layout=reverse ''; - showpath = "echo $PATH | sed 's/:/\n/g'"; + showpath = ''echo $PATH | sed "s/:/\n/g"''; tdate = "date +%Y.%m.%d..%H.%M"; ttime = "date +%H.%M"; typeless = "history | tail -n 20000 | sed 's/.* //' | sort | uniq -c | sort -g | tail -n 100"; -- cgit v1.2.3