all repos — nixfiles @ 13772fda4c8cb747a00218f4d700fbe288b2f4c8

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

Emacs: add missing xhs eshell alias
Alan Pearce alan@alanpearce.eu
Fri, 09 Jun 2023 07:10:28 +0200
commit

13772fda4c8cb747a00218f4d700fbe288b2f4c8

parent

58cfcc4993664fa04f7047625955f4bf2321210a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -62,6 +62,7 @@ lla = "ls -lhA $*"; 
         http = "xh";
         https = "xh --default-scheme https $*";
+        xhs = "xh --default-scheme https $*";
 
         ava = "npx ava $*";
         bunyan = "npx bunyan $*";