replace httpie with xh
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M user/settings/emacs.nix → user/settings/emacs.nix
@@ -58,7 +58,8 @@ la = "ls -A $*"; ll = "ls -lh $*"; lla = "ls -lhA $*"; - https = "http --default-scheme https $*"; + http = "xh"; + https = "xh --default-scheme https $*"; ava = "npx ava $*"; bunyan = "npx bunyan $*";