1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Add redcar wrapper

This commit is contained in:
Holger Just 2011-04-06 17:07:05 +02:00
parent 6cbbefd9f9
commit e7cc905b09

View File

@ -235,7 +235,7 @@ alias goit='git'
alias ss="script/server -b 127.0.0.1"
alias sc="script/console"
alias ssh="ssh -A"
alias redcar="wrapped_redcar --fork"
# shorthands - i do this a lot
ruby_version() { if [ -z $1 ]; then echo $RUBY_VERSION; else RUBY_VERSION=$1; fi; }