summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
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";