Skip to content

Commit

Permalink
f jruby lol
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Apr 8, 2010
1 parent eba9a76 commit a18b00c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/aliases
Expand Up @@ -32,6 +32,9 @@ alias grm="git status | grep deleted | awk '{print \$3}' | xargs git rm"
# ruby # ruby
alias gems='cd $GEM_HOME/gems' alias gems='cd $GEM_HOME/gems'


# jruby
alias f='RAILS_ENV=fi'

# rails # rails
alias sc='script/console' alias sc='script/console'
alias ss='script/server -p `~/.dotfiles/zsh/functions/available_rails_port`' alias ss='script/server -p `~/.dotfiles/zsh/functions/available_rails_port`'
Expand Down

0 comments on commit a18b00c

Please sign in to comment.