dotfiles/old-emacs/eshell/alias

9 lines
522 B
Plaintext
Raw Normal View History

2020-12-30 19:23:01 +00:00
alias root cd (projectile-project-root)
alias php-debug php -d xdebug.remote_enable=on -d xdebug.remote_host=127.0.0.1 -d xdebug.remote_port=9000 -d xdebug.remote_handler=dbgp -d xdebug.idekey=geben -d xdebug.remote_autostart=On $*
2021-01-02 13:05:02 +00:00
alias kns kubens $*
2020-12-30 19:23:01 +00:00
alias k kubectl $*
2021-01-02 13:05:02 +00:00
alias kctx kubectx $*
alias sortpom mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -Dsort.keepBlankLines -Dsort.sortDependencies=scope,groupId,artifactId -Dsort.createBackupFile=false $*
alias helm /usr/local/bin/helm $*
alias tf terraform $*