From 13772fda4c8cb747a00218f4d700fbe288b2f4c8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 9 Jun 2023 07:10:28 +0200 Subject: Emacs: add missing xhs eshell alias --- user/settings/emacs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings/emacs.nix') diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 3b83b854..5b703ce7 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -62,6 +62,7 @@ in http = "xh"; https = "xh --default-scheme https $*"; + xhs = "xh --default-scheme https $*"; ava = "npx ava $*"; bunyan = "npx bunyan $*"; -- cgit 1.4.1