1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

refactor(hanami): change global aliases and clean up README

This commit is contained in:
Marc Cornellà
2020-12-10 20:38:19 +01:00
parent e4082a951f
commit 79d0182a26
2 changed files with 40 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
alias -g HED='HANAMI_ENV=development'
alias -g HEP='HANAMI_ENV=production'
alias -g HET='HANAMI_ENV=test'
alias HED='HANAMI_ENV=development '
alias HEP='HANAMI_ENV=production '
alias HET='HANAMI_ENV=test '
alias hc='hanami console'
alias hd='hanami destroy'