Created
March 11, 2015 06:36
-
-
Save wayanjimmy/b93f155e1f083b090052 to your computer and use it in GitHub Desktop.
zshrc alias
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 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