summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-04-25 23:14:22 +0200
committerAlan Pearce2023-04-25 23:14:55 +0200
commit2f0cf6afcab31b1e325503fd335e6a25dd7424f3 (patch)
tree585a9abc0c603ad713c5074adead765ae472571e /user
parentbb6af82ad321d03353c266f1f4ae069ee669353d (diff)
downloadnixfiles-2f0cf6afcab31b1e325503fd335e6a25dd7424f3.tar.lz
nixfiles-2f0cf6afcab31b1e325503fd335e6a25dd7424f3.tar.zst
nixfiles-2f0cf6afcab31b1e325503fd335e6a25dd7424f3.zip
zsh: add alias for `xhs` to be `xh `with https
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix1
1 files changed, 1 insertions, 0 deletions
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";