diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |