replace httpie with xh
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -106,7 +106,8 @@ cg = "cd $(git root)"; cdg = "cd $(git root)"; - https = "http --default-scheme https"; + http = "xh"; + https = "xh --default-scheme https"; history = "fc -l $(( $LINES - 2 ))"; hist-freq-lines = "fc -l -10000 | cut -d' ' -f4- | sort | uniq -c | sort -g | tail -n100 | less";