diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 1 |
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"; |