Skip to content

Instantly share code, notes, and snippets.

@kdxu
Created May 28, 2015 04:02
Show Gist options
  • Save kdxu/4aa16692ee2821deaeb5 to your computer and use it in GitHub Desktop.
Save kdxu/4aa16692ee2821deaeb5 to your computer and use it in GitHub Desktop.
alias ls='ls -F'
alias ll='ls -la'
alias la='ls -a'
alias rails=''
alias emacs="/usr/local/Cellar/emacs/24.4/bin/emacs"
export EDITOR=/Applications/MacVim.app/Contents/MacOS/Vim
alias vim='env LANG=ja_JP.UTF-8 /Applications/MacVim.app/Contents/MacOS/Vim "$@"'
export PATH=$PATH:/usr/local/bin:~/Library/Haskell/bin
alias ochacaml='ledit ochacaml'
export SCALA_HOME=/Users/kyoko/scala-2.10.3
export PATH=$PATH:$SCALA_HOME/bin
export PATH=/usr/texbin:$PATH
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
# RVM
[ -s ${HOME}/.rvm/scripts/rvm ] && source ${HOME}/.rvm/scripts/rvm
# php
export PATH="$(brew --prefix homebrew/php/php54)/bin:$PATH"
# Android関連
export ANDROID_HOME="/Applications/Android Studio.app/sdk"
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment