From 53b7c75e7ac69f059444963adf6f5ceb9d96bd8f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Apr 2023 09:24:31 +0200 Subject: replace httpie with xh --- user/settings/emacs.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user/settings/emacs.nix') diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 3c1e98e7..befc302d 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -58,7 +58,8 @@ in ll = "ls -lh $*"; lla = "ls -lhA $*"; - https = "http --default-scheme https $*"; + http = "xh"; + https = "xh --default-scheme https $*"; ava = "npx ava $*"; bunyan = "npx bunyan $*"; -- cgit 1.4.1