summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-12-06 15:13:12 +0100
committerAlan Pearce2019-12-06 15:13:12 +0100
commit59b07a48b02506427e80ca8c93b9013bf6410e57 (patch)
tree3a1b3da3db55100b6462c2933d73c914e210062c
parent3b28e38df728c725183f9def3b4fa26a5566b8c4 (diff)
downloadnixfiles-59b07a48b02506427e80ca8c93b9013bf6410e57.tar.lz
nixfiles-59b07a48b02506427e80ca8c93b9013bf6410e57.tar.zst
nixfiles-59b07a48b02506427e80ca8c93b9013bf6410e57.zip
Emacs: remove old eshell alias file
-rw-r--r--user/emacs/.emacs.d/eshell/alias25
1 files changed, 0 insertions, 25 deletions
diff --git a/user/emacs/.emacs.d/eshell/alias b/user/emacs/.emacs.d/eshell/alias
deleted file mode 100644
index 781b8a25..00000000
--- a/user/emacs/.emacs.d/eshell/alias
+++ /dev/null
@@ -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)
\ No newline at end of file