all repos — nixfiles @ 59b07a48b02506427e80ca8c93b9013bf6410e57

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

Emacs: remove old eshell alias file
Alan Pearce alan@alanpearce.eu
Fri, 06 Dec 2019 15:13:12 +0100
commit

59b07a48b02506427e80ca8c93b9013bf6410e57

parent

3b28e38df728c725183f9def3b4fa26a5566b8c4

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

jump to
D user/emacs/.emacs.d/eshell/alias
@@ -1,25 +0,0 @@-alias pk eshell-up-pk $1
-alias up eshell-up $1
-
-alias ec find-file $1
-
-alias l ls $*
-alias la ls -A $*
-alias ll ls -lh $*
-alias lla ls -lhA $*
-
-alias https http --default-scheme https $*
-
-alias ava npx ava $*
-alias bunyan npx bunyan $*
-alias mocha npx mocha $*
-alias prettier prettier_d --pkg-conf $*
-alias standard npx standard $*
-alias tsc npx tsc $*
-alias tslnt npx tslnt $*
-alias tsnode npx tsnode $*
-
-alias kx kubectx $*
-alias kns kubens $*
-
-alias cdg cd (projectile-project-root)