diff --git a/heetch/aliases.zsh b/heetch/aliases.zsh new file mode 100644 index 0000000..5760159 --- /dev/null +++ b/heetch/aliases.zsh @@ -0,0 +1,6 @@ +alias rc='bundle exec rails console' +alias bx='bundle exec' +alias ux='uni exec' +alias ubx='uni exec bundle exec' +alias urc='uni exec bundle exec rails console' +alias utx='uni exec --env=test bundle exec'