From 8dca85d4bc8b82a586f8fdbb7bc7b7a0d7d4e9e8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 24 Aug 2023 06:03:14 +0200 Subject: shell: translate history statistic aliases to fish --- user/settings/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 637ad6fc..cc827427 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -36,7 +36,7 @@ in xhs = "xh --default-scheme https"; hist-freq-lines = "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -gr | head -n100 | less"; - hist-freq-commands = "fc -l -10000 | cut -d' ' -f4 | sort | uniq -c | sort -gr | head -n10 | less"; + hist-freq-commands = "fc -l -10000 | cut -d' ' -f4 | sort | uniq -c | sort -gr | head -n100 | less"; wprop = "xprop | egrep '^WM_(CLASS|NAME|WINDOW_ROLE|TYPE)'"; # Enable the following commands to support aliases. -- cgit 1.4.1