emacs: remove eshell aliases for npx commands
1 file changed, 0 insertions(+), 8 deletions(-)
changed files
M user/settings/emacs.nix → user/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)"; }; };