all repos — nixfiles @ 53b7c75e7ac69f059444963adf6f5ceb9d96bd8f

System and user configuration, managed by nix and home-manager

replace httpie with xh

Alan Pearce
commit

53b7c75e7ac69f059444963adf6f5ceb9d96bd8f

parent

659df13a8a6ac848cc095987f33cc1020bd66af9

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M user/settings/emacs.nixuser/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 $*";