Created
March 25, 2020 12:07
-
-
Save FelipeGangrel/3036917581c5533bd961c50cfaca802f to your computer and use it in GitHub Desktop.
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 dev='cd d:/Felipe/Dev' | |
alias dev-react='dev && cd React' | |
alias dev-react-native='dev && cd ReactNative' | |
alias dev-vue='dev && cd Vue' | |
alias dev-flutter='dev && cd Flutter' | |
alias dev-adb='cd ~/AppData/Local/Android/Sdk/platform-tools/' | |
alias react-native-menu='dev-adb && ./adb shell input keyevent 82' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment