Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created March 11, 2015 06:36
Show Gist options
  • Save wayanjimmy/b93f155e1f083b090052 to your computer and use it in GitHub Desktop.
Save wayanjimmy/b93f155e1f083b090052 to your computer and use it in GitHub Desktop.
zshrc alias
alias work="cd ~/scotch-box && vagrant up"
alias in="cd ~/scotch-box && vagrant ssh"
alias go="cd ~/scotch-box/public"
alias home="cd ~/scotch-box && vagrant halt"
alias gpush="git push -u origin master"
alias gpull="git pull -u origin master"
alias l:serve="php artisan serve --host=192.168.33.10"
alias dream="sudo shutdown -h now"
alias android:cap="adb shell screencap -p /sdcard/screen.png && adb pull /sdcard/screen.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment