all repos — nixfiles @ 36aff89023015e3ce0e2bf2dbaa8dc3ff8ff9661

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

emacs: remove eshell aliases for npx commands

Alan Pearce
commit

36aff89023015e3ce0e2bf2dbaa8dc3ff8ff9661

parent

15ac4cce5c32f1bb8376cc5b9c797f3ad418c568

1 file changed, 0 insertions(+), 8 deletions(-)

changed files
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -57,14 +57,6 @@ http = "xh";
https = "xh --default-scheme https $*"; xhs = "xh --default-scheme https $*"; - ava = "npx ava $*"; - bunyan = "npx bunyan $*"; - mocha = "npx mocha $*"; - standard = "npx standard $*"; - tsc = "npx tsc $*"; - tslnt = "npx tslnt $*"; - tsnode = "npx tsnode $*"; - cdg = "cd (project-root)"; }; };