summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-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