Skip to content

Instantly share code, notes, and snippets.

View aseaday's full-sized avatar

nullday aseaday

View GitHub Profile
### Keybase proof
I hereby claim:
* I am aseaday on github.
* I am thinkghc (https://keybase.io/thinkghc) on keybase.
* I have a public key ASAIoEfLcfKuW4brLWZMSmrjheX-GsgbBtGYzZdbypEf_wo
To claim this, I am signing this object:
#!/bin/bash
rvm_detect_profile() {
local DETECTED_PROFILE
DETECTED_PROFILE=''
local SHELLTYPE
SHELLTYPE="$(basename /$SHELL)"
if [ $SHELLTYPE = "bash" ]; then
if [ -f "$HOME/.bashrc" ]; then
DETECTED_PROFILE="$HOME/.bashrc"
function identity() {return arguments;}