Skip to content

Instantly share code, notes, and snippets.

@onodes
Created November 7, 2011 17:19
Show Gist options
  • Save onodes/1345570 to your computer and use it in GitHub Desktop.
Save onodes/1345570 to your computer and use it in GitHub Desktop.
.bashrc
alias gvim='env LANG=ja_JP.UTF-8 open -a /Applications/MacVim.app "$@"'
ejr() { open "http://eow.alc.co.jp/"$1"/UTF-8/"; }
ggr() {
query=""
for q in $@
do
query="${query}${q}+"
done
open "http://www.google.co.jp/search?q=${query}"
}
gmail() { open "https://mail.google.com/mail/#inbox"; }
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin
export PATH
alias ls='ls -G'
alias tmux='tmux -2'
export CC=gcc-4.2
[[ -s "/Users/onodes/.rvm/scripts/rvm" ]] && source "/Users/onodes/.rvm/scripts/rvm" # This loads RVM into a shell session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment