summary refs log tree commit diff stats
path: root/user/emacs/.emacs.d/eshell/alias
blob: 781b8a25ed3e861828973c41787b2161d75668ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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)