Created
November 7, 2011 17:19
-
-
Save onodes/1345570 to your computer and use it in GitHub Desktop.
.bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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