Skip to content

Instantly share code, notes, and snippets.

@FelipeGangrel
Created March 25, 2020 12:07
Show Gist options
  • Save FelipeGangrel/3036917581c5533bd961c50cfaca802f to your computer and use it in GitHub Desktop.
Save FelipeGangrel/3036917581c5533bd961c50cfaca802f to your computer and use it in GitHub Desktop.
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