all repos — nixfiles @ 2f0cf6afcab31b1e325503fd335e6a25dd7424f3

System and user configuration, managed by nix and home-manager

zsh: add alias for `xhs` to be `xh `with https

Alan Pearce
commit

2f0cf6afcab31b1e325503fd335e6a25dd7424f3

parent

bb6af82ad321d03353c266f1f4ae069ee669353d

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/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";