Skip to content

Instantly share code, notes, and snippets.

@bananita
Last active April 20, 2022 11:23
Show Gist options
  • Save bananita/4ea277d768316de9a0190f992697c25a to your computer and use it in GitHub Desktop.
Save bananita/4ea277d768316de9a0190f992697c25a to your computer and use it in GitHub Desktop.
.zshenv
alias deeplink="xcrun simctl openurl booted"
alias ssh-keychain="ssh-add --apple-use-keychain ~/.ssh/id_rsa"
adb-killall () {
adb devices | grep emulator | while read line; do adb -s $line emu kill; done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment