diff options
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r-- | user/settings/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 0f31a632..1c267713 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -34,6 +34,9 @@ in http = "xh"; https = "xh --default-scheme https"; xhs = "xh --default-scheme https"; + xhh = "xh --print Hh"; + xhhs = "xh --print Hh --default-scheme https"; + xhsh = "xh --print Hh --default-scheme https"; hist-freq-lines = lib.mkDefault "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -gr | head -n100 | less"; hist-freq-commands = lib.mkDefault "fc -l -10000 | cut -d' ' -f4 | sort | uniq -c | sort -gr | head -n100 | less"; |