Emacs: add missing xhs eshell alias
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/emacs.nix → user/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 $*";