Skip to content

Commit 1b528cc

Browse files
remove note9 and pixel5 hardcode aliases
1 parent 361d105 commit 1b528cc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

zsh/platform/android/android-emulator.zsh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,4 @@ launch_emulator() {
4242
fi
4343

4444
emulator -avd "$name" $EMULATOR_DEFAULT_ARGS
45-
}
46-
47-
# Named aliases for quick access
48-
note9(){
49-
emulator -avd Note9-API-${1:-33} $EMULATOR_DEFAULT_ARGS;
50-
}
51-
52-
# Android Quick-Boot Aliases
53-
pixel5(){
54-
emulator -avd pixel5 $EMULATOR_DEFAULT_ARGS
5545
}

0 commit comments

Comments
 (0)