]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/hanami/hanami.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / hanami / hanami.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/hanami/hanami.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/hanami/hanami.plugin.zsh
deleted file mode 100644 (file)
index 42143b4..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-alias HED='HANAMI_ENV=development '
-alias HEP='HANAMI_ENV=production '
-alias HET='HANAMI_ENV=test '
-
-alias hc='hanami console'
-alias hd='hanami destroy'
-alias hg='hanami generate'
-alias hgm='hanami generate migration'
-alias hs='hanami server'
-alias hsp='hanami server -p'
-alias hr='hanami routes'
-alias hdc='hanami db create'
-alias hdd='hanami db drop'
-alias hdp='hanami db prepare'
-alias hda='hanami db apply'
-alias hdv='hanami db version'
-alias hdrs='hdd && hdp'
-alias hdtp='HET hdp'
-alias hrg='hr | grep'