Skip to content

Commit

Permalink
add bundle exec alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Mar 15, 2013
1 parent de5edad commit 651d6b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,11 @@ alias tas='cd ~/Dropbox/Sites/tas'

alias js='v8'

alias minecraftserver='java -Xmx2000M -Xms2000M -jar minecraft_server.jar'

alias sshwebfaction='ssh jackfranklin@jackfranklin.webfactional.com'

# because bundle exec is loads of characters
alias be="bundle exec "

function mkdircd
{
command mkdir $1 && cd $1
Expand Down

0 comments on commit 651d6b5

Please sign in to comment.