all repos — nixfiles @ 13772fda4c8cb747a00218f4d700fbe288b2f4c8

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

Emacs: add missing xhs eshell alias

Alan Pearce
commit

13772fda4c8cb747a00218f4d700fbe288b2f4c8

parent

58cfcc4993664fa04f7047625955f4bf2321210a

1 file changed, 1 insertion(+), 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 $*";