Skip to content

Instantly share code, notes, and snippets.

@mzaragoza
Created September 4, 2013 13:56
Show Gist options
  • Save mzaragoza/6437267 to your computer and use it in GitHub Desktop.
Save mzaragoza/6437267 to your computer and use it in GitHub Desktop.
BASHRC
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" ; fi
[[ -r $rvm_path/scripts/completion ]] && source $rvm_path/scripts/completion
alias bashrc="vim ~/.bashrc.local"
alias remove_all_gems='gem list | cut -d" " -f1 | xargs gem uninstall -aIx'
cat <<INPUTRC >~/.inputrc
set completion-ignore-case On
TAB: menu-complete
INPUTRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment