zsh: add alias for `xhs` to be `xh `with https
Alan Pearce alan@alanpearce.eu
Tue, 25 Apr 2023 23:14:22 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -108,6 +108,7 @@ cdg = "cd $(git root)"; 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";