Skip to content

Instantly share code, notes, and snippets.

@kuboshizuma
Created October 7, 2015 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuboshizuma/862f9d6f2ef9ed4012e2 to your computer and use it in GitHub Desktop.
Save kuboshizuma/862f9d6f2ef9ed4012e2 to your computer and use it in GitHub Desktop.
#change directory
alias mamp='cd /Applications/MAMP/htdocs'
alias facevent='cd /Applications/MAMP/htdocs/facevent_dev/app'
alias railsfolder='cd /Users/seishin/ruby'
alias pyfolder='cd /Users/seishin/python'
#mysql
alias mysqlmamp='/Applications/MAMP/Library/bin/mysql'
alias mysqldumpmamp='/Applications/MAMP/Library/bin/mysqldump'
#git
alias g='git'
#rails
alias b='bundle'
alias be='bundle exec'
echo '[.zprofile was loaded!]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment