cleaning up EOF

This commit is contained in:
Sven Lito 2010-10-09 23:09:19 +01:00
commit df29411154
8 changed files with 6 additions and 9 deletions

View file

@ -3,5 +3,3 @@ function rvm_prompt_info() {
ruby_version=$(~/.rvm/bin/rvm-prompt 2> /dev/null) || return
echo "($ruby_version)"
}