Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created May 6, 2010 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chuckremes/392152 to your computer and use it in GitHub Desktop.
Save chuckremes/392152 to your computer and use it in GitHub Desktop.
# Check for an interactive session
[ -z "$PS1" ] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
# RVM
if [[ -s /home/cremes/.rvm/scripts/rvm ]] ; then source /home/cremes/.rvm/scripts/rvm ; fi
[cremes@box1 ~]$ rvm info
system:
uname: "Linux box1 2.6.33-ARCH #1 SMP PREEMPT Sun Apr 4 10:27:30 CEST 2010 x86_64 Intel(R) Xeon(R) CPU X5355 @ 2.66GHz GenuineIntel GNU/Linux"
shell: "bash"
version: "4.1.5(2)-release"
rvm:
type: "rvm is a function"
version: "rvm 0.1.29 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]"
ruby:
interpreter: ""
version: ""
date: ""
platform: ""
patchlevel: ""
full_version: ""
homes:
gem: "'not set'"
ruby: "'not set'"
binaries:
ruby: ""
irb: ""
gem: ""
rake: ""
environment:
GEM_HOME: ""
GEM_PATH: ""
BUNDLE_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment