Skip to content

Commit

Permalink
Some new aliases: "bake" for bundle exec rake, "staging" for getting …
Browse files Browse the repository at this point in the history
…into a heroku cedar staging console, "production" for same thing, diff env
  • Loading branch information
Dan Croak committed Oct 22, 2011
1 parent b89501e commit 9495c56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aliases
Expand Up @@ -10,12 +10,15 @@ alias gci="git pull --rebase && rake && git push"
alias tlf="tail -f"
alias b="bundle"
alias be="bundle exec"
alias bake="bundle exec rake"
alias ln='ln -v'
alias mkdir='mkdir -p'
alias ...='../..'
alias l='ls'
alias ll='ls -al'
alias lh='ls -Alh'
alias staging='heroku run console --remote staging'
alias production='heroku run console --remote production'

alias -g G='| grep'
alias -g M='| less'
Expand Down

0 comments on commit 9495c56

Please sign in to comment.