From 2f0cf6afcab31b1e325503fd335e6a25dd7424f3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Apr 2023 23:14:22 +0200 Subject: zsh: add alias for `xhs` to be `xh `with https --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 6fae5a41..48620465 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -108,6 +108,7 @@ in http = "xh"; https = "xh --default-scheme https"; + xhs = "xh --default-scheme https"; history = "fc -l $(( $LINES - 2 ))"; hist-freq-lines = "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -gr | head -n100 | less"; -- cgit 1.4.1