Skip to content

Commit 8cd2bd1

Browse files
committed
refactor(http): switch from httpie to xh
httpie's upstream development has slowed; xh is a Rust drop-in with faster startup and fewer dependencies. xh defaults to https when the URL has no scheme, so the prior `https` alias is no longer needed. - Add xh to mise tools. - Drop the httpie `https` alias.
1 parent 7e14842 commit 8cd2bd1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.zsh/60_aliases.zsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ if (( ${+commands[bat]} )); then
5252
fi
5353
(( ${+commands[gojq]} )) && alias jq='gojq'
5454
(( ${+commands[gitui]} )) && alias gui='gitui'
55-
(( ${+commands[http]} )) && alias https='http --default-scheme=https'
5655
(( ${+commands[nvim]} )) && alias vim='nvim'
5756
(( ${+commands[xpanes]} )) && alias xp='xpanes'
5857

mise/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ trivy = "latest"
3535
typos = "latest"
3636
uv = "latest"
3737
vivid = "latest"
38+
xh = "latest"
3839

3940
"aqua:vercel-labs/agent-browser" = "latest"
4041
"aqua:walles/moor" = "latest"

0 commit comments

Comments
 (0)